Steve wrote:
Starting httpd2: Syntax error on line 3 of
/etc/httpd/conf.d/75_mod_perl.conf:
Cannot load /etc/httpd/2.0/extramodules/mod_perl.so
into server: libperl.so: cannot open shared object
file: No such file or director

Please see: http://perl.apache.org/bugs/


Does this mean that libperl is not installed or something else

It means it can't find the perl library, show us the output of:


ldd /etc/httpd/2.0/extramodules/mod_perl.so

__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com


-- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html



Reply via email to