You didn't include your configure line, but it's likely to have --with-mysql=/path/to/mysql. PHP has MySQL support built-in, so you don't need to specify the location of the client libraries. Just drop that switch entirely.
-- Jim >>> Ruprecht Helms <[EMAIL PROTECTED]> 11/09/03 09:45AM >>> Hi, I want to try to install php 4.3.3 (source) with mysql. By the installation I get the following error configure: error: Cannot find mysqlclient library under ../mysql-3.23.5x How can I fix the problem. I tried it with mysql-3.23.57 and mysql-3.23.58, both as source-tarball. Regards, Ruprecht