Open Neurozone opened 4 years ago
apt-get install default-libmysqlclient-dev
should do the trick
(library was renamed from libmysqlclient-dev)
apt-get install default-libmysqlclient-dev
should do the trick (library was renamed from libmysqlclient-dev)
I said CentOS and not any distribution base on debian, same I said: MariaDB version 10.4 (client installed with shared lib)
@Neurozone Maybe to install the mariadb lib, run
# yum install mariadb-connector-c-devel
or to install the mysql2 RPM packages, run
# yum install rubygem-mysql2
You can see https://pkgs.org/search/?q=mariadb-connector-c-devel for detail.
I'm trying to install mysql2 on my centOS8 server rpm install doesn't do anything gem install mysql2 return an error and I'm confused
Mysql2 version is : mysql2-0.5.3
MariaDB version (client installed with shared lib)
CentOS version
Output on gem install mysql2
Output of log file: