PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : perl funkt nicht...



Virus2500
18.07.06, 18:58
Hallo Leute,

hab mir nen Webspace angemietet. Ging bis jetzt alles sauber, aber jetzt mag squirrelmail nicht mehr (also die conf.pl). Jedenfalls hab ich ein testscript bekommen: test.pl genannt:

#!/usr/bin/env perl
use Cwd;
print "Hello world\n";

sub some_subroutine {
use IO::Socket;
}

Also Fehlermeldung kommt:

Can't load '/usr/local/lib/perl/5.8.4/auto/IO/IO.so' for module IO: /usr/local/lib/perl/5.8.4/auto/IO/IO.so: cannot open shared object file: No such file or directory at /usr/lib/perl/5.8/XSLoader.pm line 68.
at /usr/local/lib/perl/5.8.4/IO.pm line 11
Compilation failed in require at /usr/local/lib/perl/5.8.4/IO/Handle.pm line 262.
BEGIN failed--compilation aborted at /usr/local/lib/perl/5.8.4/IO/Handle.pm line 262.
Compilation failed in require at /usr/local/lib/perl/5.8.4/IO/Socket.pm line 11.
BEGIN failed--compilation aborted at /usr/local/lib/perl/5.8.4/IO/Socket.pm line 11.
Compilation failed in require at ./test.pl line 6.
BEGIN failed--compilation aborted at ./test.pl line 6.

Das ist die selbe Fehlermeldung die mir auch Squirrelmail auswirft. Also an dem IO Modul dürfte es liegen. Aber was genau kann es da haben?

Tja hab das schon meinem Provider gemeldet aber der weiß nicht woran das liegen könnte....

Wie dem auch sei: Any ideas?

Danke und lg

Mike

marce
18.07.06, 19:31
das Modul scheint defekt zu sein...

Hast Du das installiert oder kommt's vom Provider?