Search found 4 matches

by swhite58
Fri Nov 29, 2002 12:02 am
Forum: Databases
Topic: Upgrading PHP and adding Oracle support
Replies: 10
Views: 2763

8O Light has dawned. /tmp/php-4.2.3/ext/oracle/php_oracle.h:22:22: oratypes.h: No such file or directory /tmp/php-4.2.3/ext/oracle/php_oracle.h:23:20: ocidfn.h: No such file or directory /tmp/php-4.2.3/ext/oracle/php_oracle.h:24:20: ociapr.h: No such file or directory php_oracle.h is ok, but the 3 o...
by swhite58
Wed Nov 27, 2002 7:21 pm
Forum: Databases
Topic: Upgrading PHP and adding Oracle support
Replies: 10
Views: 2763

The oracle path is correct. Just in case, I made sure ORACLE_HOME was in the environment, and ran configure again, this time not specifying an oracle directory. It ran ok. When I tried make, the response was: Making all in Zend make[1]: Entering directory `/tmp/php-4.2.3/Zend' make[1]: Nothing to be...
by swhite58
Sun Nov 24, 2002 7:36 pm
Forum: Databases
Topic: Upgrading PHP and adding Oracle support
Replies: 10
Views: 2763

Thanks very much for the advice - it's all a lot clearer. I downloaded the latest PHP source, uninstalled all the PHP rpms and compiled the new version as per the manual. The configure options (from phpinfo() ) included '--prefix=/usr' '--with-config-file-path=/etc' '--disable-debug' '--enable-pic' ...
by swhite58
Wed Nov 20, 2002 10:04 pm
Forum: Databases
Topic: Upgrading PHP and adding Oracle support
Replies: 10
Views: 2763

Upgrading PHP and adding Oracle support

Brace yourselves, this is a newbie talking. I have a question that's as much a Linux question as a PHP one, and I'm new to both. I installed Red Hat Linux 7.1, including PHP and PHP/mySQL support, on a server at work. I have phpBB and phpmyadmin up and running, and have been experimenting with writi...