Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Trouble getting a local DBD::Oracle to work (Dynaloader!)

by cLive ;-) (Prior)
on Mar 17, 2016 at 02:36 UTC ( [id://1158036]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #> perl MakeFile.PL PREFIX=/path/to/local/lib
    #>make && make test
    
  2. or download this
    #!/usr/bin/perl
    BEGIN {
        use lib '/path/to/local/lib/lib64/perl5';
    ...
    
    say Dumper(\@INC,\%INC);
    require DBD::Oracle;
    
  3. or download this
    $VAR1 = [
              '/path/to/local/lib/perl5lib/lib64/perl5',
              '/usr/local/lib64/perl5',
    ...
     
    DBD::Oracle object version 1.74 does not match bootstrap parameter 1.6
    +4 at /usr/lib64/perl5/DynaLoader.pm line 223.
    Compilation failed in require at tmp.pl line 14.
    

Log In?
Username:
Password:

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

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

    No recent polls found