MySQL in located in /usr/local/mysql/current/ This is what is in my lib folder: [EMAIL PROTECTED] current]# cd lib [EMAIL PROTECTED] lib]# l -rw-r--r-- 1 root mysql 10806 Jul 18 11:34 libdbug.a -rw-r--r-- 1 root mysql 879270 Oct 24 2001 libmygcc.a -rw-r--r-- 1 root mysql 309596 Jul 18 11:34 libmysqlclient.a -rw-r--r-- 1 root mysql 317484 Jul 18 11:33 libmysqlclient_r.a -rw-r--r-- 1 root mysql 113614 Jul 18 11:34 libmystrings.a -rw-r--r-- 1 root mysql 239190 Jul 18 11:34 libmysys.a
This was my configure command line: ./configure --with-apxs=/usr/local/apache/current/bin/apxs --with-mysql=/usr/local/mysql/current This is what I found in my configure output about MySQL: checking for MSSQL support via FreeTDS... no checking for MySQL support... yes checking for specified location of the MySQL UNIX socket... no checking for MySQL UNIX socket location... no checking size of char... (cached) 1 checking size of int... (cached) 4 What does the "MySQL UNIX socket location... no" mean? Thanks, Mark. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php