Problem with: libmysqlclient.a

Support and queries relating to all previous versions of ZoneMinder
Locked
iw2mln
Posts: 1
Joined: Wed Dec 08, 2004 11:20 am
Location: Zaventem - België

Problem with: libmysqlclient.a

Post 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]
User avatar
l8nite4me
Posts: 36
Joined: Sun May 09, 2004 4:29 am
Location: US Alabama

Post by l8nite4me »

Create a symlink for libmysqlclient.a in /usr/lib
oskin
Posts: 84
Joined: Tue May 25, 2004 7:03 pm
Location: Moscow, Russia

Post by oskin »

use "--with-mysql=/usr".
Locked