Hello,
I would like to install PHP4.04pl1+Apache 1.3.14+Oracle 8i in the Redhat 6.2.
As I completed install them, Oracle functions cannot run, error messages like that.
Fatal error: Call to undefined function: ocilogon() in /home/httpd/test.php on line 3
but when I checked config command by phpinfo(); messages come out:
./configure' '--with-apache=../apache_1.3.14' '--enable-track-vars' '--enable-oracle' '--enable-oci8' '--disable-unified-odbc' '--disable-bcmath' '--disable-rpath' '--with-gd' '--enable-trans-sid' '--enable-debugger' '--enable-inline-optimization' '--enable-magic-quotes' '--enable-memory-limit' '--enable-safe-mode' '--enable-sysvsem' '--enable-sysvshm' '--disable-xml'
What's wrong when I am setting up all stuffs?
Joe