Sorry, I'm also confuzzed, the doc's state to MAKE SURE it IS complied in?
I need MySQL to work from within Apache, and php, php3, and php4 all work fine.
MySQL works fine from the command line also.
Whenever I use the mysql_connect, statement, inside <?php, it errors, it seems that php dosen't see the statement as a key word at all.
I installed php as an rpm, and I haven't complied it myself yet.
Am I to understand that MySQL is an external module that is linked to php at COMPILE time, or RUN TIME?
If it's at RUN TIME, then maybe it can't see the library link.
M.