mod_fcgid and ohs.
I have been trying to build the mod_fcgid module on OHS installed on Linux. I tried the configuration command
APXS=$ORACLE_HOME/ohs/bin/apxs ./configure.apxs
but I am getting the below error.
Configuring mod_fcgid for APXS in $ORACLE_HOME/ohs/bin/apxs
apxs:Error: Invalid query string `exp_installbuilddir'
apxs:Error: Invalid query string `exp_libexecdir'
apxs:Error: Invalid query string `exp_sysconfdir'
apxs:Error: Invalid query string `exp_logfiledir'
apxs:Error: Invalid query string `exp_sysconfdir'
apxs:Error: Invalid query string `progname'
apxs:Error: Invalid query string `AWK'
My OHS configuration is:
./httpd.worker -version
Server version: Oracle-HTTP-Server/2.2.21 (Unix)
Server built: Nov 19 2011 01:19:35
Server label: APACHE_11.1.1.6.0_LINUX.X64_111109.2001
and I am using
mod_fcgid-2.3.7
One issue that I can see is that some of the apxs queries run in the configure.apxs are returning errors. They work for the httpd apxs though. I have installed my OHS out of the box.
Any pointers to resolving this will be appreciated.
Thanks.