I tried changing which line is getting commented out with no luck. I decided to try recompiling and am now getting the following error. I have this exact error on two machines (RHES3.0 and SuSe Pro 9.1) which probably means I am consitently doing the same thing wrong. I shut down apache and am using the following for configure:
./configure --with-apxs=/opt/oracle/product/10gR3/Apache/Apache/bin/apxs --prefix=/opt/oracle/product/10gR3 --with-config-file-path=/opt/oracle/product/10gR3/Apache/Apache/conf --with-oci8=/opt/oracle/product/10gR3 --with-curl=/home/myhp/curl-7.14.0 --disable-rpath
I'm stumped?
Configuring SAPI modules
checking for AOLserver support... no
checking for Apache 1.x module support via DSO through APXS...
Sorry, I was not able to successfully run APXS. Possible reasons:
- Perl is not installed;
- Apache was not compiled with DSO support (--enable-module=so);
- 'apxs' is not in your path. Try to use --with-apxs=/path/to/apxs
The output of /opt/oracle/product/10gR3/Apache/Apache/bin/apxs follows
/opt/oracle/product/10gR3/Apache/Apache/bin/httpd: error while loading shared libraries: libdms2.so: cannot open shared object file: No such file or directory
apxs:Error: Sorry, no DSO support for Apache available
apxs:Error: under your platform. Make sure the Apache
apxs:Error: module mod_so is compiled into your server
apxs:Error: binary `/opt/oracle/product/10gR3/Apache/Apache/bin/httpd'.
configure: error: Aborting