Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re^3: DBD::Oracle install

by Anonymous Monk
on Jul 18, 2013 at 17:04 UTC ( [id://1045134]=note: print w/replies, xml ) Need Help??


in reply to Re^2: DBD::Oracle install
in thread DBD::Oracle install

How would I go about fixing that?

Um, how did you set LD_LIBRARY_PATH? See adjust your LD_LIBRARY_PATH or use install_name_tool or add -R/instead/of/LD_LIBRARY_PATH to LIBS/CCFLAGS

Replies are listed 'Best First'.
Re^4: DBD::Oracle install
by rider754 (Novice) on Jul 18, 2013 at 17:31 UTC
    Simply running as root,
    export ORACLE_HOME=/opt/oracleas/product/11.2.0/client_1 export LD_LIBRARY_PATH=$ORACLE_HOME/lib export NLS_LANG=AMERICAN_AMERICA.US7ASCII cpan install DBD::Oracle
    Since this is not DBD::mysql, I'm not sure how to interpret the linked threads to my case(?) It's not going to use DYLD_LIBRARY_PATH...

      Since this is not DBD::mysql, I'm not sure how to interpret the linked threads to my case(?) It's not going to use DYLD_LIBRARY_PATH...

      same problem, only one solution, get it to find the .so -- if LD_LIBRARY_PATH

      Its very bizzare that its being ignored, but you're root, so try the hardcoding options

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (3)
As of 2024-04-24 23:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found