I'm trying to install PHP 4 with apache 1.3. I've installed apache with the correct php module in httpd, and the deamon runs.
I installed php as well, however my test.php through the browser does work (404 error)
two possible problems:
1. My instructions say to "copy php.ini-dist to the appropriate place (normally /usr/local/lib/php.ini) and edit if necessary)
I don't have php.ini on the system.
- When installing apache, i received these errors after # make (and similar ones for # make install)
#make for apache
/bin/sh: cd: php-4.0.4pl1: No such file or directory
make[3]: [all] Error 1
make[2]: [subdirs] Error 1
make[2]: Leaving directory /usr/local/apache_1.3.19/src'
make[1]: *** [build-std] Error 2
make[1]: Leaving directory/usr/local/apache_1.3.19'
make: *** [build] Error 2
any suggestions?