Page 1 of 1

Apache2 Problem mit Perl Modul

Posted: 2007-01-25 16:47
by woopser
Hi @ All,
stehe gerade etwas auf dem Schlauch. Der Apache läst sich derzeit nicht starten, es kommt immer folgende Fehler Meldung

Code: Select all

11220:/ # /usr/apache/2.2.3/bin/apachectl restart
httpd: Syntax error on line 55 of /etc/apache2/httpd.conf: Cannot load /usr/apache/2.2.3/modules/mod_perl.so into server: libperl.so: cannot open shared object file: No such file or directory
die httpd.conf [ein Teil davon] sieht so aus

Code: Select all

# Globale Optionen
RewriteEngine On
AccessFileName .htaccess
TypesConfig /etc/apache2/mime.types
DefaultType text/plain
AddType text/html .shtml
AddType application/x-httpd-php php php4 php3
AddType application/x-httpd-php-source phps
AddType application/x-tar .tgz
AddType application/x-gzip .gz .tgz
AddOutputFilter INCLUDES .shtml
AddHandler cgi-script .cgi .py .pl

LoadModule      ssl_module      modules/mod_ssl.so
LoadModule      cgi_module      modules/mod_cgi.so
LoadModule auth_digest_module   modules/mod_auth_digest.so
LoadModule      suexec_module   modules/mod_suexec.so
LoadModule      php4_module     modules/libphp4.so
LoadModule      python_module   modules/mod_python.so
LoadModule      perl_module     modules/mod_perl.so <<<=== das ist Zeile 55
LoadModule php4_module        modules/libphp4.so

ich stehe einwenig daneben udn weiß jetzt echt nicht weiter.

THX für Eure Hilfe

Re: Apache2 Problem mit Perl Modul

Posted: 2007-01-25 16:59
by Joe User
mod_perl benötigt die libperl.so kann sie aber nicht finden...