Thread use Apache::Session:MySQL; funktioniert einfach nicht (2 answers)
Opened by Gustl at 2010-11-06 20:16

Gast Gustl
 2010-11-06 20:16
#142514 #142514
Hallo,

ich habe ein script auf meinen Webspace bei all-inkl das folgendermaßen aussieht:

#! /usr/bin/perl

use strict;
use CGI;
use CGI::Carp qw(fatalsToBrowser);

use Apache::Session::MySQL;

my $C = new CGI;
my %para = $C->Vars();
print $C->header(-type=>'text/html');
print $C->start_html(-title=>'Sitzungstest', -style=>{'src'=>'style.css'});
$C->end_html();

Rechte 755 sind gesetzt, und andere .pl funktionieren klasse, aber beim use Apache::Session:MySQL;
gibt er mir folgenden Fehler im Browser aus:
Can't locate Apache/Session/MySQL.pm in @INC (@INC contains:
/etc/perl /usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8
/usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .) at sitzung.pl line 7.

Hab bei all-inkl angerufen und er hat mir bestätigt das das Modul installiert ist...

Woran kann es liegen?

Gruß Gustl
Last edited: 2010-11-06 20:33:14 +0100 (CET)

View full thread use Apache::Session:MySQL; funktioniert einfach nicht