On Thursday, October 21, 2010 15:21:37 Alexander Farber wrote:
>  [error] Can't locate object method "log" via package
> "Apache2::ServerRec" at /etc/httpd/SocketPolicy.pm line 39.\n

you probably miss a "use Apache2::ServerRec ()" and perhaps a
"use Apache2::Log ()" in your code.

Further to your 1st question, have a look at PerlSwitches in the docs,
e.g.:

PerlSwitches -I /path/to/my/INC

Torsten Förtsch

-- 
Need professional modperl support? Hire me! (http://foertsch.name)

Like fantasy? http://kabatinte.net

Reply via email to