; in php configure you use
> --with-apache=../apache_.1.3.23
> but then you use
> cd apache_1.3.23
> One dot missing or too much?!
>
> make install in php will copy the necessary files to src/modules/php4 in the
> directory given --with-apache=
>
> James Austin
Hello,
It has been days and many attempts to install PHP on Linux RedHat 7.1.
I've tried RPMs and compiles to no avail. Can please someone help?
Here is the latest documentation steps I've tried:
cd apache_1.3.23
./configure
cd ../php-4.1.2
./configure --with-mysql --with-apache=../apache_.1