In the server error_log, I see this message
Can't locate DBI.pm in @INC (@INC contains: /usr/opt/perl5/lib/5.8.8/aix-thread
-multi /usr/opt/perl5/lib/5.8.8 /usr/opt/perl5/lib/site_perl/5.8.8/aix-thread-m
ulti /usr/opt/perl5/lib/site_perl/5.8.8 /usr/opt/perl5/lib/site_perl .) at logi
n.pl line 6.
I'm surprised that @INC only contains 5.8.8 libs, as perl -V shows
PERL5LIB="/usr/opt/perl5/lib/5.8.2:/usr/opt/perl5/lib/5.8.2/aix-thread-mult
i:/usr/opt/perl5/lib/site_perl/5.8.2:/usr/opt/perl5/lib/site_perl/5.8.2/aix-thr
ead-multi "
@INC:
/usr/opt/perl5/lib/5.8.2/aix-thread-multi
/usr/opt/perl5/lib/5.8.2
/usr/opt/perl5/lib/5.8.2/aix-thread-multi
/usr/opt/perl5/lib/site_perl/5.8.2/aix-thread-multi
/usr/opt/perl5/lib/site_perl/5.8.2
/usr/opt/perl5/lib/site_perl/5.8.2/aix-thread-multi
/usr/opt/perl5/lib/5.8.8/aix-thread-multi
/usr/opt/perl5/lib/5.8.8
/usr/opt/perl5/lib/site_perl/5.8.8/aix-thread-multi
/usr/opt/perl5/lib/site_perl/5.8.8
/usr/opt/perl5/lib/site_perl
How can I change the value of @INC that IBM_HTTP_Server/6.1 uses?
IHS is agnostic. Change the native environment variables in IHS'es
envrionment (IHSROOT/bin/envvars) before your perl code is invoked, or
invoke a different perl interpreter from your mod_perl build / CGI
scripts. (IHS doesn't interact with perl on its own)
--
Eric Covener