On Monday, November 24, 2003, at 01:07 PM, Douglas Anarino wrote:
Hi,
I'm trying to build the latest jabberd with the following command:
./configure --with-mysql=/usr/local/mysql/lib:/usr/local/mysql/include
And get the following error:
checking for MySQL in /usr/local/mysql/lib and /usr/local/mysql/include... no
configure: error: Could not find MySQL (or higher)
I've tried just sending /usr/local/mysql and a million other variations. Does anyone know specifically what files the configure script is looking for?
The configure script is actually compiling a small program to test.
Try setting the LD_LIBRARY_PATH environment variable to the location of the libmysqlclient.so file. For example:
export LD_LIBRARY_PATH=/usr/local/mysql/lib
paul
_______________________________________________ jdev mailing list [EMAIL PROTECTED] http://mailman.jabber.org/listinfo/jdev
