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.
<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>