Php 4.4.0 upgrade problem

chatwizrd

Verified User
Joined
Jul 3, 2005
Messages
1,947
Hi. I am attempting to update php4.4.0 on freebsd 5.4

I keep getting the following error:

configure: error: Cannot find MySQL header files under /usr/local/mysql

*** There was an error while trying to configure php. Check the configure.php file

Where is it pulling this /usr/local/mysql from. I have edited the build script and I know its not getting it from there. It is starting to get really frustrating.

Please help!
 
Check the configure.php file. I believe that's php trying to compile with your mysql libraries. You either need to put the libraries in /usr/local/mysql or modify the config file to the location where you have them.
 
Oh thank you soo much!

I should of just did a grep /usr/local/mysql *

Bah!
 
Back
Top