[ConfixxPro] Webmail - Bei Versuch Fehlermeldung

Plesk, Confixx, Froxlor, SysCP, SeCoTo, IspCP, etc.
Post Reply
bingo
Posts: 88
Joined: 2002-08-21 06:01
Location: Hannover
Contact:
 

[ConfixxPro] Webmail - Bei Versuch Fehlermeldung

Post by bingo »

Moin...

Wenn ich versuche über mein ConfixxMenü Webmail auf- bzw. abzurufen bekomme ich folgende Fehlermeldung:

Software error:
Can't locate Mail/POP3Client.pm in @INC (@INC contains: /usr/local/lib/perl5/5.6.1/i686-linux /usr/local/lib/perl5/5.6.1 /usr/local/lib/perl5/site_perl/5.6.1/i686-linux /usr/local/lib/perl5/site_perl/5.6.1 /usr/local/lib/perl5/site_perl .) at common.pl line 116.
BEGIN failed--compilation aborted at common.pl line 116.

Software error:
[Sat Nov 23 08:09:49 2002] login.cgi: Can't locate Mail/POP3Client.pm in @INC (@INC contains: /usr/local/lib/perl5/5.6.1/i686-linux /usr/local/lib/perl5/5.6.1 /usr/local/lib/perl5/site_perl/5.6.1/i686-linux /usr/local/lib/perl5/site_perl/5.6.1 /usr/local/lib/perl5/site_perl .) at common.pl line 116.
[Sat Nov 23 08:09:49 2002] login.cgi: BEGIN failed--compilation aborted at common.pl line 116.
Compilation failed in require at /home/confixx/html/cgi-bin/webmail/login.cgi line 15.

So wie ich das sehe fehlt mir da doch tatsächlich nen Pop3Client für die Webmailgeschichte.
Oder was ist hier der Fehler?

Bin für jede Hilfe dankbar...

Danke und Gruss
Bingo
sascha
Posts: 1325
Joined: 2002-04-22 23:08
 

Re: [ConfixxPro] Webmail - Bei Versuch Fehlermeldung

Post by sascha »

Hi,

dir fehlt das Perl Modul POP3Client.pm

Führe mal das Script /root/confixx/admin/subs/modules_install.pl aus. Wenns das nicht bringt installierst du das Modul eben per Hand:

Code: Select all

cd /root/confixx/admin/CPAN
tar xzf POP3Client-2.7.tar.gz
cd POP3Client-2.7
perl Makefile.PL
make
make install
cd ..
rm -r POP3Client-2.7
Die Versionsnummer von POP3Client könnte sich von deiner Unterscheiden, dann musst du die Befehle anpassen...
bingo
Posts: 88
Joined: 2002-08-21 06:01
Location: Hannover
Contact:
 

Re: [ConfixxPro] Webmail - Bei Versuch Fehlermeldung

Post by bingo »

Danke Sascha,
aber jetzt bekomme ich diese Meldung:

Software error:
Can't locate IO/Wrap.pm in @INC (@INC contains: /usr/local/lib/perl5/5.6.1/i686-linux /usr/local/lib/perl5/5.6.1 /usr/local/lib/perl5/site_perl/5.6.1/i686-linux /usr/local/lib/perl5/site_perl/5.6.1 /usr/local/lib/perl5/site_perl .) at /usr/local/lib/perl5/site_perl/5.6.1/MIME/Parser.pm line 123.
BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/5.6.1/MIME/Parser.pm line 123.
Compilation failed in require at view_mail.pl line 11.
BEGIN failed--compilation aborted at view_mail.pl line 11.

For help, please send mail to the webmaster, giving this error message and the time and date of the error. Content-type: text/html

Software error:
[Sat Nov 23 16:30:31 2002] view.cgi: Can't locate IO/Wrap.pm in @INC (@INC contains: /usr/local/lib/perl5/5.6.1/i686-linux /usr/local/lib/perl5/5.6.1 /usr/local/lib/perl5/site_perl/5.6.1/i686-linux /usr/local/lib/perl5/site_perl/5.6.1 /usr/local/lib/perl5/site_perl .) at /usr/local/lib/perl5/site_perl/5.6.1/MIME/Parser.pm line 123.
[Sat Nov 23 16:30:31 2002] view.cgi: BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/5.6.1/MIME/Parser.pm line 123.
[Sat Nov 23 16:30:31 2002] view.cgi: Compilation failed in require at view_mail.pl line 11.
[Sat Nov 23 16:30:31 2002] view.cgi: BEGIN failed--compilation aborted at view_mail.pl line 11.
Compilation failed in require at /home/confixx/html/cgi-bin/webmail/view.cgi line 17.

For help, please send mail to the webmaster, giving this error message and the time and date of the error.


Danke schonmal...

Bingo
sascha
Posts: 1325
Joined: 2002-04-22 23:08
 

Re: [ConfixxPro] Webmail - Bei Versuch Fehlermeldung

Post by sascha »

Hi,

probier mal folgendes

Code: Select all

perl -MCPAN -e shell
Wenn es die erste Benutzung von CPAN ist, no eingeben
install IO::Wrap
exit
Das sollte es gewesen sein.
bingo
Posts: 88
Joined: 2002-08-21 06:01
Location: Hannover
Contact:
 

Re: [ConfixxPro] Webmail - Bei Versuch Fehlermeldung

Post by bingo »

Sascha, ich kann nur sagen:

DANKE...

Nun geht es so wie ich mir das vorgestellt habe :-)

Ich habe gesehen es gibt grad noch eine Anfrage diesbezüglich, wär das nicht was für die FAQ?
Warum funzt das eigentlich nicht von Haus aus richtig? Kann es sein das es daran liegt, das ich die Light auf Pro geupdatet habe?

Gruss aus Hannover
Bingo
sascha
Posts: 1325
Joined: 2002-04-22 23:08
 

Re: [ConfixxPro] Webmail - Bei Versuch Fehlermeldung

Post by sascha »

Hi,

eigentlich müsste nach dem Update auf Confixx Pro alles funktionieren... du bist auch der erste der dieses Problem zu haben scheint...
ice
Posts: 140
Joined: 2002-08-21 13:08
 

Re: [ConfixxPro] Webmail - Bei Versuch Fehlermeldung

Post by ice »

Huhu, ich hatte es auch. Habs aber dank Deiner genialen Anleitung schon behoben.
m18
Posts: 103
Joined: 2003-01-03 03:05
Contact:
 

Re: [ConfixxPro] Webmail - Bei Versuch Fehlermeldung

Post by m18 »

Danke konnte es auch einfach beheben durch das ausführen des Scripts. Ich hab das Problem aber def. erst seitdem ich den Webserver und die PHP Version geupdated hab, achja und mysql. Irgendwo muss das damit zusammenhängen!?
Post Reply