Page 1 of 1

Problem with: libmysqlclient.a

Posted: Wed Dec 08, 2004 11:27 am
by iw2mln
I've a problem wiht FEDORA CORE 1

I've installed mysql and I know where libraries are.

I run "configure" with this line

./configure --with-mysql=/usr/lib/mysql --with-webdir=/var/www/html --with-cgidir=/var/www/cgi-bin --with-webgroup=apache --with-webuser=apache


but CONTINUOUSLY I receive this error:

configure: error: zm requires libmysqlclient.a

I've controlled and I saw that this file exist and the path is correct. I've also tried to change paths or modifing "configure" file but without any result.

I have c++ and g++ installed and they work perfectly.

I ask yoo what to do please.

Thank you very much

Tiziano[/b]

Posted: Wed Dec 08, 2004 2:54 pm
by l8nite4me
Create a symlink for libmysqlclient.a in /usr/lib

Posted: Wed Dec 08, 2004 10:58 pm
by oskin
use "--with-mysql=/usr".