Click to See Complete Forum and Search --> : Installing PHP 4.2.2


clumsy
09-05-2002, 09:28 AM
I'm installing / upgrading to PHP 4.2.2 on a RH Linux machine. When I run the configure script with the needed params, I get an error "error: Cannot find header files under /usr".. I'm assuming the error stems from the --with-mysql=/usr option.. I've tried a couple different directories on that /usr option that I have sen suggested throughout the net in regards to this error, but I'm still getting the error..

Any help with this would be appreciated..

Thanks,

malbera
09-06-2002, 05:23 AM
try only "--with-mysql"
this should work

prasit
09-17-2002, 05:37 PM
Originally posted by malbera
try only "--with-mysql"
this should work

great! i got the same problem with 4.2.3 and tried your advice and it works. fyi. thanks a lot.