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.

Re: Configuring PHP for MySQL

2001-05-17 Thread Zak Greant
WCBaker wrote: > 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 ar

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 lik

Re: Configuring PHP for MySQL

2001-05-17 Thread jp
Sorry Jorge. I thought that the individuals on this list would be more qualified to answer a question regarding where a specific installation (3.23.38 RPM) of MySQL placed specific files ( "header files"? ) than would PHP users. Justin Pease On 17 May 2001, at 9:53, Jorge del Conde wrote: >

Re: Configuring PHP for MySQL

2001-05-17 Thread Jorge del Conde
Hi, This Q should be asked in the php lists instead, but in the mean time, try configuring php like so: ./configure --with-mysql that usually does the trick when RPM's are installed ... Regards, Jorge MySQL Development Team __ ___ __ __ / |/ /_ __/ __/ __ \/ / Jorge del

RE: Configuring PHP for MySQL

2001-05-16 Thread indrek siitan
Hi, > 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 almost > every directo