mysqlclient compile

No need to compile it, you can just install it from the OS packages, i.e.:

CentOS 7:

Code:
rpm -Uvh https://repo.mysql.com/mysql80-community-release-el7-3.noarch.rpm
yum –enablerepo=mysql80-community install mysql-community-client

Debian 10+:

Code:
apt install default-mysql-client
(this will install mariadb-client)
 
I have a working maria version, but the link between my installed version and mysqlclient is not found.

failed to link optional library: mysqlclient

Under debian 11

Mz
 
Back
Top