* Thus wrote Jough P ([EMAIL PROTECTED]):
> Greetings, when compiling PHP with the 'with-mysql' option I get an 
> warning against using the built-in mysql support.  So, I tried 
> '--with-mysql=/path/to/mysql.so and got the following error:
> Cannot find MySQL header files under...

The with option just takes a path, configure will do the rest and
find the header and the proper .so to load:

--with-mysql=/usr/local/mysql

The above may have a different path depending on where mysql was
installed.


Curt
-- 
"I used to think I was indecisive, but now I'm not so sure."

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to