
Hallo erstmal, Ich habe den fehler
failed to resolve handler `Apache::Registry': Can't locate Apache/Registry.pm in @INC (@INC contains:...
Ich habe hier (http://www.mail-archive.com/otrs@otrs.org/msg07870.html) gelesen,
You need to install all the perl libraries, you should be able to get to a cpan shell to install the DBI module which usually holds you up.
Ich habe mod_perl 1.99 komplett installiert und es geht dennoch nicht?
Also you can check the perl modules by " perl -cw /opt/otrs/bin/cgi-bin/index.pl" you should get a syntax ok if everything is good.
Auch das habe ich gemacht und bekomme ein Syntax OK - trotzdem fehler. Außerdem habe ich alle module die nötig sind? ./otrs.checkModules CGI ... ok Date::Pcalc ... ok DBI ... ok DBD::mysql ... ok Digest::MD5 ... ok Email::Valid ... ok IO::Scalar ... ok IO::Wrap ... ok MIME::Base64 ... ok MIME::Tools ... ok Mail::Internet ... ok Net::DNS ... ok Net::POP3 ... ok Net::LDAP ... ok Net::SMTP ... ok Authen::SASL ... ok GD ... ok GD::Text ... ok GD::Graph ... ok GD::Graph::lines ... ok GD::Text::Align ... Ok Wo ist hier der fehler? Ich habe leider nicht allzuviel ahnung von perl modulen und wenn ich in die cpan shell install Apache::Registry eintippe frägt er mich wo er suchen soll? Ich habe über google ein passendes modul in mod_perl 1.29 gefunden, der ist aber nicht apache2 kompatibel und wenn ich die module einzeln kopiere kommen compile fehler beim scriptaufruf. Ich habe suse 9.0, apache 2.0.54 und mod_perl 1.99 - wäre cool wenn mir jemand einfach erklären könnte was ich da jetzt machen muss?