Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: dbd::oracle HELP

by jbosh (Initiate)
on Jan 06, 2010 at 18:20 UTC ( [id://815962]=note: print w/replies, xml ) Need Help??


in reply to dbd::oracle HELP

Has anyone found a workable solution for this problem? I'm having a similar error:

install_driver(Oracle) failed: Unable to get DBI state from DBI::_dbistate at f1344. DBI not loaded. at /usr/perl5/5.8.4/lib/sun4-solaris-64int/DynaLoader.pm line 253.

I verified that my Perl binaries and DBI and Oracle DBD libraries were all compiled for 32 bit.

/usr/bin/perl: ELF 32-bit MSB executable SPARC Version 1, dynamically +linked, stripped

DBI.so: ELF 32-bit MSB dynamic lib SPARC Version 1, dynamically linked +, not stripped

Oracle.so: ELF 32-bit MSB dynamic lib SPARC Version 1, dynamically lin +ked, not stripped

Replies are listed 'Best First'.
Re^2: dbd::oracle HELP
by Anonymous Monk on Jan 13, 2010 at 15:48 UTC
    FYI - for anyone having this problem - rebuilding the perl binaries seemed to fix my problem.
      What fixed it for me was installing DBD::Oracle after DBI using cpan.

      E.g.
      cpan> install DBI
      stuff.... OK
      cpan> force install DBD::Oracle

      Need to use force because it will attempt to connect to a generic database... Karl

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (3)
As of 2024-04-19 23:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found