I installed RedHat 7.1 and tried to configure php4.0.6 with oracle8i support.
I'm following the INSTALL instruction that came with the 4.0.6. and did following.
#./configure --with-mysql --with-apxs --with-oci8
And then I did a 'make install' and made sure httpd.conf is set and copied the php.ini-dist to /etc/php.ini.
I couldn't find the 'apachectl restart' on RH 7.1 and did '/sbin/service httpd restart'.
And it did return 'Starting httpd: [OK]', but when I check with '/sbin/service httpd status', it shows 'httpd dead but subsys locked'. And I can't get it to work again.
I'm very new in this, can anybody help me out?
Thanks.
Joanna