You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Graf László <gr...@axis.hu> on 2004/03/17 12:55:17 UTC

Can't locate object method "dir_config" via package "Apache::RequestRec"

Hi

I am using Fedore Core distribution, Apache2 with mod_perl.
In httpd.conf I made some modifications at the end of the file:

	PerlModule Apache::Reload
	PerlInitHandler Apache::Reload
	PerlSetVar ReloadDebug On

but at 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.

My @INC contains:

	/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
	.

and I did check the module with

	perl -MApache::Reload -e -l

wich returned nothing.

What is the probleme ?

-----
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