I am trying to compile 4.0.4pl1 against mySQL 3.23.36. The build in library seems to be having issues so I wanted to make sure I built it against the libraries that were made when I build mySQL. I used the following configure line: ./configure --with-apxs=/usr/local/apache/bin/apxs --with-mysql=/usr/local/src/mysql-3.23.36/ This fails complaining it can't find mysqlclient library under /usr/local/src/mysql-3.23.36 A locate on mysqlclient shows it in /usr/local/lib/mysql I added that to my ld.so.conf and ran ldconfig. Still can't find it. I tried this configure line as well: ./configure --with-apxs=/usr/local/apache/bin/apxs --with-mysql=/usr/local/lib/mysql That failed complaining it couldn't find the headers... Any ideas? What am I doing wrong? hunter -- Hunter Hillegas [EMAIL PROTECTED] Who is Sharky Towers? What is BroTools? -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]