On Tue, 23 May 2000, Kees Vonk 7249 24549 wrote:
 
> Ok, I have added 'use lib qw(/opt/ward/IDV/DEV/Modules);' to my startup.pl, 
> but now I get the following error in my error log:
> 
> Syntax error on line 339 of /opt/ward/apache/conf/httpd.conf:
> Invalid command 'PerlINC', perhaps mis-spelled or defined by a module not 
> included in the server configuration

try this in httpd.conf:

<Perl>
delete $INC{'Apache/PerlVINC.pm'};
require Apache::PerlVINC;
</Perl>

mod_perl is supposed to do that for you, so the module is reloaded again
when apache re-reads it's configuration on startup.

Reply via email to