lampstack-0.9.4 apache + mod_cgi + apr problem
|
|
hi folks have installed successfully the lampstack 0.9.4 on RedHat4 machine want to run httpd test against apache of lampstack0.9.4 - httpd tests have been configured succesfully t/TEST -httpd_conf /space/Apache-Test/httpd-test/perl-framework/t/conf/httpd.conf [warning] result: OK waiting 60 seconds for server to start: .Syntax error on line 80 of /space/Apache-Test/httpd-test/perl-framework/t/conf/httpd.conf: when trying to get the mod_cgi.so symbols : => lib has been compiled without building table of symbols so i can not check symbol is missing in the /space/Apache-Test/httpd-test/perl-framework/t/conf/httpd.conf around line 80 : ... seems like apache / mod_cgi.so embedded with lampstack 0.9.4 are missing apr module ??? many thks in advance |
|
|
guess i’m falling into bug of http://issues.apache.org/bugzilla/show_bug.cgi?id=37217 |
|
|
Um, no, I do not think so, that bug report is over 2 years old. I think you are running into that issue, but because you have already and APR version running in the system that is older than the one shipped with lampstack Can you do : export LD_LIBRARY_PATH=/path/to/lampstack/common/lib:/path/to/lampstack/apache2/lib and then execute the tests? That should ensure mod_cgid locates the right library |
|
|
Many thanks Daniel, you are absolutely right running the tests i’m now issuing the following error : cd /space/Apache-Test/httpd-test/perl-framework i’m starting to investigate on this issue, reporting it to the forum anyway, in case someone already faced it or knows how to workaround it thks in advance |
|
|
with the same idea suggested by Daniel, updating the LD_LIBRARY_PATH fixes this pb and tests can finally execute Jean |
