New install of SuSE 9.0 (linux 2.4.21-166-athlon)
installed mysql 4.0.17; verified working
installed Oracle 9i release 2; verified working
The "Oracle install" installed apache 1.3; verified working
php-4.3.4 extracted into /opt/php-4.3.4 for tar file
Now the problem.
when ./configure --with-mysql --with-oci8=$ORACLE_HOME \
--with-apsx=/opt/oracle/9ir2/Apache/Apache/bin/apxs \
--enable-sigchild
or simply
./configure --with-mysql-with-apsx=/opt/oracle/9ir2/Apache/Apache/bin/apxs
executed from /opt/php-4.3.4 as root the following error occurs:
Sorry, I was not able to successfully run apxs. Possible reaseons:
- perl is not installed
- Apache was not comilled with DSO support (-enable-module-so)
- apxs is not in the path
According to SuSE's YAST perl is installed although it is listed in red.
Results of httpd -l is
http_core.c
mod_so.c
apxs in located in /opt/oracle/9ir2/Apache/Apache/bin
owner-oracle
group-users
permissions -rwxr-xr-x
I have put the full path to apsx into $PATH, assigned the path to $APSX, neither
of which helped.
Any ideas to resolve the problems with running ./configure?