Hi,
I am trying to configure php 4.3 on Solaris 2.8 with the following command:
./configure --with-prefix=/usr/local/php --with-mysql=/usr/local/mysql/ --with-apache=/usr/local/src/web/apache1.3.23 --enable-track-vars --with-openssl --with-zlib-dir=/usr/local --with-zlib --with-imap --with-imap-ssl --with-snmp --with-ldap --with-oci8
Then i get the following output and error message:
...
checking for MSSQL support via FreeTDS... no
checking for MySQL support... yes
checking for specified location of the MySQL UNIX socket... yes
checking for MySQL UNIX socket location... no
checking size of char... 0
checking size of int... (cached) 4
checking size of long... (cached) 4
checking size of long long... 0
checking for size_t... (cached) yes
checking whether time.h and sys/time.h may both be included... yes
checking for uid_t in sys/types.h... (cached) yes
checking for type ulong... no
checking for type uchar... no
checking for type uint... no
checking for type ushort... no
checking for int8... no
checking base type of last arg to accept... socklen_t
checking return type of qsort... void
checking for mysql_close in -lmysqlclient... no
checking for mysql_error in -lmysqlclient... no
configure: error: mysql configure failed. Please check config.log for more information.
MySQL 3.23 is working correctly in the system and I cannot figure out why I get this error.
I am attaching the log file and I would really appreciate it if you could help.
Thanks,
-Selen Ustun