DBI - Fedora Core 4 problem with DBI

Posted on Tue Jan 3 05:08:07 2006 by akaodin
Fedora Core 4 problem with DBI
Hi I just installed Fedora Core 4 on my Linux server. The problem I am having (and spent all day o +n) is that the new Apache does not recognize my DBI(.pm). I have even tried installing other perl +s: 5.8.7 and 5.8.1, other DBIs: 1.40 and 1.50, and other apaches: 1.3.29. Nothing works. When I print out: use CGI; my $key; foreach $key (sort keys(%INC)) { print "$key => $INC{$key}\n"; } I notice that CGI.pm is attached to /usr/lib/perl5/5.8.6... even though I am running another perl v +ersion and dbi version. I am stuck. Maybe I will just have to drop back and install RedHat 9. At least that works. Thx in advance for any help.
Write a response