Re: Configuring PHP for MySQL

2001-05-17 Thread Jorge del Conde
del Conde [EMAIL PROTECTED] / /|_/ / // /\ \/ /_/ / /__ MySQL AB, http://www.mysql.com/ /_/ /_/\_, /___/\___\_\/ Mexico City, Mexico ___/ - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, May 16, 2001 11:39 PM Subject: Configuring PHP

Configuring PHP for MySQL

2001-05-17 Thread jp
Thanks for the responses. Unfortunately they didn't work. I tried /usr/local /usr/local/mysql /usr/lib /usr/lib/mysql /usr/var /usr/var/mysql and /usr/bin for the --with-mysql=/. command to configure PHP4. It still says Header files not found at ..Does anyone know what

Re: Configuring PHP for MySQL

2001-05-17 Thread jp
: Configuring PHP for MySQL I just installed the latest version of MySQL (3.23.38 I believe) from an RPM on Red Hat Linux 7.0. My question is when configuring PHP4 I need to include the --with-mysql= ? statement. Where would the correct file be with the RPM install. I have tried

Re: Configuring PHP for MySQL

2001-05-17 Thread WCBaker
Wrong. As the MySQL Development Team suggested, this is a quesiton for PHP people. THe message Header files not found at ..has nothing to do with MySQL. This is a header that is being generated (HTML HEADERS). Therefore, at the TOP of a (PHP) script file you are saying something like

Re: Configuring PHP for MySQL

2001-05-17 Thread jp
Well, thanks to everybody for their replies. I appreciate the help, and sorry to those who thought the question was asked in an inappropriate list. I ended up just configuring using --with-mysql=/* and everything seemed to work. Some how I doubt this was the *right* solution, but oh well.