I have red hat 7.2 w/ apache 1.3.23, MySQL, PHP 4.0. I have all installed. When I configure Apache for the php modules.
e.g. (./config.status --activate-module=src/modules/php4/libphp4.a) The configuration will run and I can make, then make install.
Then edit the hgttpd.conf file for php.
After the configuration I get these message:
<=== src/modules/standard
===>src/modules/php4
make[4]:***No rule to make target 'all' Stop.
make[3]:***[subdirs] Error 1
make[2]:Leaving directory 'usr/local/etc/apache....../src'
make[1]:***[build-std] Error 2
make[1]:Leaving directory 'usr/local/..........'
make:***[build] Error 2
The reason I ask I am trying to figure out if this is my problem. When I run a simple phpinfo test page I get the option to download or open file. This happens on the machine running the web server and on a windows machine accessing the web server thru a LAN.
Any ideas??
e.g. (./config.status --activate-module=src/modules/php4/libphp4.a) The configuration will run and I can make, then make install.
Then edit the hgttpd.conf file for php.
After the configuration I get these message:
<=== src/modules/standard
===>src/modules/php4
make[4]:***No rule to make target 'all' Stop.
make[3]:***[subdirs] Error 1
make[2]:Leaving directory 'usr/local/etc/apache....../src'
make[1]:***[build-std] Error 2
make[1]:Leaving directory 'usr/local/..........'
make:***[build] Error 2
The reason I ask I am trying to figure out if this is my problem. When I run a simple phpinfo test page I get the option to download or open file. This happens on the machine running the web server and on a windows machine accessing the web server thru a LAN.
Any ideas??