Thread apache2 & mod_perl2
(6 answers)
Opened by Gast at 2006-04-27 13:50
Hallo zusammen,
ich habe ein Apache2 mit mod_perl2 und PHP5 laufen, ich habe ein Perl modul geschrieben, die ersten Zeilen sind: package Apache2::webcom_auth_2; # Benötigte Packages use Apache2::Const -compile => qw(:common); use DBI; # Globale Variablen (Parameter) my $DBCONF_NAME; my $ERRFILE; my $COOKIE_DIR; my $COOKIE_FILE_PREFIX; my $WEBSITE_USER; nun bei einem Apache2 neustart meldet er der Fehler: Can't locate Apache2/Const.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.8.4 /usr/local/share/perl/5.8.4 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .) at webcom_auth_2.pm line 6. BEGIN failed--compilation aborted at webcom_auth_2.pm line 6. Kann mir jemand helfen dieses Problem zu lösen? danke im voraus |