Hi
I have the following setup:
redhat 6.2
rpm -q apache: apache-1.3.12-2
rpm -qa | grep -i php: nothing
rpm -qa | grep -i mysql: MySQL-3.22.32-1, MySQL-client-3.22.32-1, MySQL-devel-3.22.32-1
rpm -qa | grep -i postgres: postgresql-server-7.0.2-2, postgresql-2.0.2-2, postgresql-devel-2.0.2-2
I have downloaded and installed oracle 8.1.7.0.0 (Standard client install)
If I configure php with :
./configure --with-axps --with-mysql=/usr --with-pgsql=/usr --prefix-/usr --sysconfdir=/etc/httpd --with-config-file-path=/etc/httpd
It compiles and installs fine, and apache works
If I add --with-oracle to the configure line, it compiles fine and installs fine.
When I try run httpd, apache fails to start. There are no error messages on the console or in the logs, it just silently fails to start
Has anybody else experienced this, or have any suggestions?