I am using Fedora Core 1 equiped with Apache2 and mod_perl2. In httpd.conf I made the following changes:
PerlModule Apache::Reload
PerlInitHandler Apache::Reload
PerlSetVar ReloadDebug OnAfter startup in errors_log appears:
Can't locate object method "dir_config" via package
"Apache::RequestRec" at /usr/lib/perl5/5.8.1/Apache/Reload.pm
line 51.Here is the content of @INC:
/usr/lib/perl5/5.8.1/i386-linux-thread-multi
/usr/lib/perl5/5.8.1
/usr/lib/perl5/site_perl/5.8.1/i386-linux-thread-multi
/usr/lib/perl5/site_perl/5.8.1
/usr/lib/perl5/site_perl
/usr/lib/perl5/vendor_perl/5.8.1/i386-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.8.1
/usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.8.0
/usr/lib/perl5/vendor_perl
/usr/lib/perl5/5.8.1/i386-linux-thread-multi
/usr/lib/perl5/5.8.1
.I tested if Apache::Reload exists with
perl -MApache::Reload -e -land it returned only the prompt, wich means that the package exists. What is problem ?
-- Graf László
-- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html
