
Martin Edenhofer wrote:
On Thu, Feb 19, 2004 at 11:16:24AM -0600, Jason Joines wrote:
Just got 1.2 installed on SuSE Linux 8.0 with Apache 2.0.048, MySQL 4.0.18, and Perl 5.8.0. This keeps showing up in my otrs log:
[Wed Feb 18 08:42:50 2004] -e: Apache::Reload: Can't locate /usr/lib/perl5/site_perl/5.8.0/i586-linux-thread-multi/DBD/mysql.pm
However, the file is there and looks just fine:
# ls -l /usr/lib/perl5/site_perl/5.8.0/i586-linux-thread-multi/DBD/mysql.pm -r-xr-xr-x 1 root root 47766 Oct 26 21:26 /usr/lib/perl5/site_perl/5.8.0/i586-linux-thread-multi/DBD/mysql.pm
The contents of mysql.pm list it as version 2.9003.
In addition, I am able to login and use the system.
Any ideas what's causing this message?
Try to disable "Apache::Reload" in scripts/apache2-httpd.include.conf. Is it working then?
Jason Joines ===========
Martin Edenhofer
-- ((otrs.de)) :: OTRS GmbH :: Norsk-Data-Str. 1 :: 61352 Bad Homburg http://www.otrs.de/ :: Manage your communication!
_______________________________________________ OTRS mailing list: otrs - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/otrs To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs Support oder Consulting für Ihr OTRS System? => http://www.otrs.de/
I commented it both PerlModule Apache::Reload and PerlInitHandler Apache::Reload. It still works and still produces the log messages. Jason ===========