On Sat, 22 Dec 2001, Gerald Menzel wrote: > ----- Original Message ----- > From: "Randy Kobes" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Cc: "mod_Perl" <[EMAIL PROTECTED]> > Sent: Saturday, December 22, 2001 5:51 PM > Subject: Re: Can't locate object method "dir_config" via package > "Apache::RegistryFilter" > > > ----- Original Message ----- > > > > > Date: Tue, 18 Dec 2001 11:32:24 +0100 > > > From: Gerald Menzel <[EMAIL PROTECTED]> > > > To: [EMAIL PROTECTED] > > > Subject: Can't locate object method "dir_config" via package > > > "Apache::RegistryFilter" > > > > > > I have a problem with Apache::RegistryFilter. I can't get it to work. > > > If I try to use it I allways get this error message: > > > > > > [error] Can't locate object method "dir_config" via package > > > "Apache::RegistryFilter" ´ > > > (perhaps you forgot to load "Apache::RegistryFilter"?) at > > > C:/Programme/Perl/site/lib/Apache/RegistryFilter.pm line 17. [ .. ] > > You have to specify the chain of filters in httpd.conf. > > Here's an example that takes the output of a script > > "test.pl" and filters it through Apache::Reverse, which > > simple reverses the order of the lines test.pl prints out. [ ... ] > > Does this work for you? > > Thanks Randy, > > I have tested this "save" configuration but the same error still appears. I > can't figure > out why. It would be great if you can help me!
Hi Gerald, It might be a compatibility issue, as the example I sent worked for me on my Win98 machine. If you're not using the latest mod_perl and Apache::Filter modules, try upgrading and see if that helps. best regards, randy