From: Johannes K. <jo...@vi...> - 2004-09-01 10:38:54
|
Hi, I tried to compile a perl script including log4perl using PAR's (PAR 0.85) pp-command (pp 0.12) The compile-Commandline looks like: ----------------------------- pp --lib=..\lib -M Log::Log4perl::Filter::LevelRange -M Log::Log4perl::Layout::PatternLayout -M Log::Log4perl::Appender::File -M Log::Dispatch::Screen -M Time::Localtime -M XML::Twig --icon tree.ico -o .\output\test.exe test.pl ----------------------------- Running the compiled exe-File I got the message: ------------------------------ Require to PatternLayout failed (No such file or directory) at Log/Log4perl/Config.pm line 453. ------------------------------ Why does Config.pm require PatternLayout and not Log::Log4perl::Layout::PatternLayout? Any help welcome Johannes |