Hi, I would appreciate any help on this subject as it has been driving me crazy. I have : 1) php-4.0.4pl1 (tar) 2) MySQL (4 rpm's) 3.23.35-1.i386 3) Redhat Linux 6.2 4) Using mod_auth_mysql in the apache httpd.conf I have rpm - i installed MySQL no problem. I then have to use the ./configure --with-mysql=/path --with-apxs=/path --with-imap --disable-debug I have read that to use mod_auth_mysql and PHP with MySQL I need to specify the path of MySQL and not use the PHP built-in support. This is because an error will appear on the website everytime MySQL is accessed. Fair enough......but I do not know which path to give MySQL. Therefore I have tried the path which includes the mysql.h file. I have tried the path that points to libmysql. Basically I have tried every path and they all come back with an error saying : Cannot find header files. The only path that works is /usr. This does not give any errors. However when the httpd.conf is reloaded the website still gives the same error as before. Stating that it cannot save the ResultSet. The commands are executed (e.g. SELECT) but this error always appears. I do not know what to do next. I have the latest version of everything but it still gives the error on the website. Thanks very much for any help W. Miles -- -- 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]