Posted by Junx on 09/17/05 07:57
Alright, I'm trying to compile PHP 5.1 with the following options:
../configure --with-openssl --with-zlib --with-bz2 --enable-bcmath
--enable-calendar --enable-mbstring --with-mcrypt --with-mhash
--with-mysqli --with-mysql --enable-embedded-mysqli --disable-pdo
--with-pgsql --with-pspell
So far I've been able to get all dependencies and whatnot up to the
MySQL area. The last error I get with it is:
checking for MySQL support... yes
checking for specified location of the MySQL UNIX socket... no
checking for MySQL UNIX socket location... no
checking for mysql_close in -lmysqlclient... yes
checking for MySQLi support... yes
checking whether to enable embedded MySQLi support... yes
checking for mysql_set_server_option in -lmysqlclient... no
configure: error: wrong mysql library version or lib not found. Check
config.log for more information.
Any ideas? I have the MySQL 4.1 libraries and server and whatnot, and
I can't install (or use) the 4.0 libraries due to whatever reason they
don't allow that to work.
[Back to original message]
|