Apache lässt sich nicht starten nachdem Update v PERL 5.6.1

Apache, Lighttpd, nginx, Cherokee
Post Reply
mythhero
Posts: 20
Joined: 2004-01-05 13:27
 

Apache lässt sich nicht starten nachdem Update v PERL 5.6.1

Post by mythhero »

Hallo,

mein Server is 1&1 root server mit Suse 7.2. Ich hab gestern auf Suse 7.3 geupdated. Danach lässt mein Apache nicht mehr starten :cry: foldende Fehler habe ich bekommen:

Code: Select all

[Mon Jan  5 13:24:48 2004] [error] Can't locate strict.pm in @INC (@INC contains: /usr/lib/perl5/5.6.0/i586-linux /usr/lib/perl5/5.6.0 /usr/lib/perl5/site_perl/5.6.0/i586-linux /usr/lib/perl5/site_perl/5.6.0 /usr/lib/perl5/site_perl . /usr/local/httpd/ /usr/local/httpd/lib/perl) at /usr/include/apache/modules/perl/startup.perl line 2.
BEGIN failed--compilation aborted at /usr/include/apache/modules/perl/startup.perl line 2.
Compilation failed in require at (eval 1) line 1.
Aber wenn ich den Befehl perl -e 'print "@INC n";' eingeben, bekomme ich ein andere @INC

Code: Select all

/usr/lib/perl5/5.6.1/i586-linux /usr/lib/perl5/5.6.1 /usr/lib/perl5/site_perl/5.6.1/i586-linux /usr/lib/perl5/site_perl/5.6.1 /usr/lib/perl5/site_perl .
Das zeigt PERL 5.6.1 funktioniert richtig aber "PERL von System" irgendwie nicht :cry:

Hat jemand solches Problem erfahren ??? Kann jemand mir ein Tipp geben ??

Code: Select all

Mein systems:
mod_perl-1.25-77
perl-5.6.1-64
Server version: Apache/1.3.19 (Unix)  (SuSE/Linux)

Dankeschön schon im voraus. :)

PS: Ich habe etwas gleiches im Google gefunden, aber es ist wahrscheinlich für Redhat ...... Von Linux habe ich leider nicht so viel Ahnung, deswegen ... :cry:

http://bugzilla.redhat.com/bugzilla/sho ... ?id=104875
oxygen
Posts: 2138
Joined: 2002-12-15 00:10
Location: Bergheim
 

Re: Apache lässt sich nicht starten nachdem Update v PERL 5.6.1

Post by oxygen »

Wenn du ein neues Perl installierst musst du natürlich mod_perl neukomplieren, oder drauf verzichten wenn du es nicht umbedingt brauchst.
mythhero
Posts: 20
Joined: 2004-01-05 13:27
 

Re: Apache lässt sich nicht starten nachdem Update v PERL 5.6.1

Post by mythhero »

oh ja, Dankeschön, Oxygen ! :)

ich habe jetzt mod_perl-1.26-348 auf meinem System. Es sieht besser aus. Der alte Fehler ist weg ! Aber ich bekomme einen neuen :cry:

Code: Select all

~ # /etc/init.d/apache start
Starting httpd [ PERL PHP4 SSL ]

Syntax error on line 1351 of /etc/httpd/httpd.conf:
Invalid command 'SSLEngine', perhaps mis-spelled or defined by a module not included in the server configuration               unused
Bitte hilf mir :cry:
oxygen
Posts: 2138
Joined: 2002-12-15 00:10
Location: Bergheim
 

Re: Apache lässt sich nicht starten nachdem Update v PERL 5.6.1

Post by oxygen »

Da fehlt mod_ssl
mythhero
Posts: 20
Joined: 2004-01-05 13:27
 

Re: Apache lässt sich nicht starten nachdem Update v PERL 5.6.1

Post by mythhero »

dankeschön, oxygen, alles i.O. jetzt :)
Post Reply