I am new to linux. I have RedHat Linux 9. I am trying to install mod_cplusplus-1.5.2.
At the make check step it gives an error.
This is the last part of the log
Making check in test
make[1]: Entering directory `/home/Root/Technical/SipX/Installing_june8/temp/mod_cplusplus-1.5.2/test'
APXS=/usr/local/apache2/bin/apxs; \
export APXS; \
perl t/CPPTest
*** setting ulimit to allow core files
ulimit -c unlimited; t/CPPTest
APXS (/usr/sbin/apxs) query for SBINDIR failed
APXS (/usr/sbin/apxs) query for TARGET failed
APXS (/usr/sbin/apxs) query for SYSCONFDIR failed
APXS (/usr/sbin/apxs) query for LIBEXECDIR failed
APXS (/usr/sbin/apxs) query for LIBEXECDIR failed
*** root mode: changing the files ownership to 'nobody' (99:99)
*** sudo -u '#99' /usr/bin/perl -e 'print -r "/home/Root/Technical/SipX/Installing_june8/temp/mod_cplusplus-1.5.2/test/t" && -w _ && -x _ ? "OK" : "NOK"'
*** result: OK
/usr/sbin/httpd -d /home/Root/Technical/SipX/Installing_june8/temp/mod_cplusplus-1.5.2/test/t -f /home/Root/Technical/SipX/Installing_june8/temp/mod_cplusplus-1.5.2/test/t/conf/httpd.conf -DAPACHE2 -DPERL_USEITHREADS
using Apache/2.0.40
waiting for server to start: .Syntax error on line 1 of /home/Root/Technical/SipX/Installing_june8/temp/mod_cplusplus-1.5.2/test/t/conf/extra.conf:
API module structure `cplusplus_module' in file /home/Root/Technical/SipX/Installing_june8/temp/mod_cplusplus-1.5.2/src/.libs/libmod_cplusplus.so is garbled - perhaps this is not an Apache module DSO?
!!!
server has died with status 255 (t/logs/error_log wasn't created, start the server in the debug mode)
make[1]: *** [check] Error 143
make[1]: Leaving directory `/home/Root/Technical/SipX/Installing_june8/temp/mod_cplusplus-1.5.2/test'
make: *** [check-recursive] Error 1
Please tell me why is that. What should I do to correct it?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am new to linux. I have RedHat Linux 9. I am trying to install mod_cplusplus-1.5.2.
At the make check step it gives an error.
This is the last part of the log
Making check in test
make[1]: Entering directory `/home/Root/Technical/SipX/Installing_june8/temp/mod_cplusplus-1.5.2/test'
APXS=/usr/local/apache2/bin/apxs; \ export APXS; \ perl t/CPPTest
*** setting ulimit to allow core files
ulimit -c unlimited; t/CPPTest
APXS (/usr/sbin/apxs) query for SBINDIR failed
APXS (/usr/sbin/apxs) query for TARGET failed
APXS (/usr/sbin/apxs) query for SYSCONFDIR failed
APXS (/usr/sbin/apxs) query for LIBEXECDIR failed
APXS (/usr/sbin/apxs) query for LIBEXECDIR failed
*** root mode: changing the files ownership to 'nobody' (99:99)
*** sudo -u '#99' /usr/bin/perl -e 'print -r "/home/Root/Technical/SipX/Installing_june8/temp/mod_cplusplus-1.5.2/test/t" && -w _ && -x _ ? "OK" : "NOK"'
*** result: OK
/usr/sbin/httpd -d /home/Root/Technical/SipX/Installing_june8/temp/mod_cplusplus-1.5.2/test/t -f /home/Root/Technical/SipX/Installing_june8/temp/mod_cplusplus-1.5.2/test/t/conf/httpd.conf -DAPACHE2 -DPERL_USEITHREADS
using Apache/2.0.40
waiting for server to start: .Syntax error on line 1 of /home/Root/Technical/SipX/Installing_june8/temp/mod_cplusplus-1.5.2/test/t/conf/extra.conf:
API module structure `cplusplus_module' in file /home/Root/Technical/SipX/Installing_june8/temp/mod_cplusplus-1.5.2/src/.libs/libmod_cplusplus.so is garbled - perhaps this is not an Apache module DSO?
!!!
server has died with status 255 (t/logs/error_log wasn't created, start the server in the debug mode)
make[1]: *** [check] Error 143
make[1]: Leaving directory `/home/Root/Technical/SipX/Installing_june8/temp/mod_cplusplus-1.5.2/test'
make: *** [check-recursive] Error 1
Please tell me why is that. What should I do to correct it?