Failed to load perl file when restarting Apache 2.2.29 with mod_perl 2.0.8
Sailaja Gadireddy <[email protected]>
| Newsgroups | gmane.comp.apache.mod-perl |
|---|---|
| Message-ID | <CAK8w2apvh167GMWoUPWHY1o7x1iwyMNKMdiPoguJRvF3jFCOQg@mail.gmail.com> |
Hello Team, We have installed Apache with mod_perl 2.0.8 and facing the issue when restarting apache. Below is the error *ld.so.1: httpd: fatal: relocation error: file /opt/pgm/perl/5.10.0/lib/site_perl/5.10.0/sun4-solaris-thread-multi/auto/ARS/ARS.so: symbol Perl_Istack_sp_ptr: referenced symbol not found* Please suggest me the way forward to fix the issue.
httpd.conf.txt
(text/plain, 644 B)
<IfModule mod_perl.c>
PerlRequire "/opt/app/ars/ovsc/perl/startup.pl"
PerlModule ModPerl::Registry
PerlModule Apache2::compat
PerlModule Apache2::ServerRec
PerlModule WIH::CaseExchange
<Location /wih/caseexchange>
AuthType Basic
AuthName CaseExchange
AuthUserFile /opt/web/apache/app/ars/conf/passwd
require valid-user
SetHandler modperl
PerlResponseHandler WIH::CaseExchange
</Location>
<Location /WIH/CaseExchange>
SetHandler modperl
PerlResponseHandler WIH::CaseExchange
</Location>
</IfModule>