I am using apache 1.3.24 on UnixWare 7.1, PHP 4.2.1 and oracle 8.1.5 I have installed oracle 8.1.5.
In /etc/profile I have added the following environment variables, ORACLE_HOME=/home/or8i/sw/8i; export ORACLE_HOME PATH=$PATH:/usr/bin:/usr/java/bin:$ORACLE_HOME/bin:. export PATH LD_LIBRARY_PATH=$ORACLE_HOME/lib; export LD_LIBRARY_PATH ORACLE_BASE=/home/or8i/sw; export ORACLE_BASE ORACLE_OWNER=oracle; export ORACLE_OWNER ORACLE_SID=OR8I; export ORACLE_SID ORACLE_TERM=386x; export ORACLE_TERM JAVA_HOME=/usr/java; export JAVA_HOME TMPDIR=/home/oratmp; export TMPDIR After the installation I could connect to my oracle database. Then installed Apache 1.3.14 with the following configuration options, ./configure --prefix=/usr/local/apache_1.3.14 --enable-module=so (Reading your article on webmonkey) Then I installed php 4.1.2 with the folloing configuration options, ./configure --with-oci8=/home/oracle/or8i/sw/8i --with-apxs=/usr/local/apach e_1.3.14/bin/apxs But when I restarted apache it says: Syntax error on line 207 of usr/local/apache_1.3.14/conf/httpd.conf : cannot load /usr/local/apache_1.3.14/libexec/libphp4.so into server : dynamic linker: /usr/local/apache_1.3.14/bin/httpd : relocation error : sysmbol not found: pow: referenced from : /usr/local/apache_1.3.14/libexec/libphp4.so /bin/apachectl start : httpd could not be started It will be very helpfull if you can assist me. ----FAHIM