I have a Linux machine with Redhat 6.2 distributio, in which I've installed Apache 1.3.12. THen I've compiled Postgresql 7.0.3
and after that PHP4.0.4 (--with-pgsql).
I've checked by dumping the <?phpinfo?> and it looks good.
BUt later then I compiled MySQL3.23.34a successfully. Soon I tried to re-compile the PHP4 by using options: --with-apxs --with-mysql=/path/to/mysql --with-pgsql --enable-ftp.
It seems like working good.
BUt after I've dumped the phpinfo, why does it say that the configuration is the old-configuration (--with-pgsql --with-apxs),
the option: --with-mysql is not displayed. Is the later installation successful? Is my MySQL will run well with my PHP? If not, what can I do.