I have been successful (after days of trying) with Apache 2.0.43 ,
PHP 4.2.3 on Redhat 7.3
I compiled php with ./configure --with-mysql --with-apxs2=/apth/to/apxs
(apxs is under /path/to/apache2/bin)
After 'make' and 'make install' you will find libphp4.so in
/path/to/apache2/modules
Then I add
On Mon, 2002-10-21 at 13:07, Chip Rose wrote:
> I can't get PHP-4.2.3 compiled to work with MySQL and Apache, despite months
> of trying. Apache compiled ok, and so did MySQL -both work, on my Debian
> Linux box.
>
> I've tried various combos of installing the Deb packages, compiling from
> so