libmariadb on Centos 6

You are viewing an old version of this question. View the current version here.

Hi all

I install MariaDB on my Centos 6.8 64 bit, following the instruction from Knowledge Base :Installing MariaDB with yum.

After I use:

yum install MariaDB-server MariaDB-client

everything pass OK.

Then I try to write some simple C program to connect to remote MySql server but then I receive linker error that I don't have mariadb library. Using find I found that there is no libmariadb file on my disk.

Do I have to install some more packages to solve this?

Comments

Comments loading...
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.