Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: Perl/Apache/DBI Config Problem

by jZed (Prior)
on Aug 15, 2007 at 22:57 UTC ( [id://632879]=note: print w/replies, xml ) Need Help??


in reply to Perl/Apache/DBI Config Problem

"Can't locate loadable object for module DBI" indicates that DBI (not DBD::Oracle, but DBI itself) is not installed properly, specifically that the XS portion (usually found in auto/* directories) is either not where your perl expects it to be or is not compiled correctly for the platform. If it works on the command line and not in CGI, then make sure both environments are running the same version of perl and if needed, tweak the @INC for the CGI with use lib.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://632879]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (2)
As of 2024-04-26 00:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found