Matt Sergeant <[EMAIL PROTECTED]> wrote:
>After all that you'll have to have some way to add that new perl libs
>directory to @INC before mod_perl starts. I don't know how to do that but I
>assume it's possible. Probably as simple as:
>
><Perl>
>       use lib '/www/apache/perl/lib';
></Perl>
>
>in your httpd.conf - but I'm guessing.

If you look in the mod_perl book, you will see that @INC includes 
approximately $server_root/lib.  I put my extra libraries in 
$server_root/lib/perl and they work without any modifications to @INC.
-- 
James Smith <[EMAIL PROTECTED]>, 409-862-3725
Texas A&M CIS Operating Systems Group, Unix

Reply via email to