Comments - Installing after compiling Mariadb not working.

9 years, 3 months ago Daniel Black

To install a non x86_64/i686 version of mariadb would involve apt-get source mariadb-server and the using the dh build mechanisms of debian to build it.

With your program you are linking look at ldd programname and readelf -a programname and check it has the same version expectations as the SONAME in the mariadb client library. If its the same version a ltrace to determine which call its failing on would be good to know. The compliance is meant to be the same about-the-mariadb-client-library-for-c so please report any problems https://mariadb.atlassian.net/browse/CONC

 
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.