Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: DBD::Oracle installation causing error

by mje (Curate)
on Feb 28, 2014 at 08:42 UTC ( [id://1076495]=note: print w/replies, xml ) Need Help??


in reply to DBD::Oracle installation causing error

Installing SQL Developer makes no difference here, it is a java application. You need to install Instant Client and you'll need to download and unzip the sqlplus, sdk and basic zips. You then set LD_LIBRARY_PATH to point to the dir you unzipped those packages in and export LD_LIBRARY_PATH.

Occassionally Oracle distribute instant client with a symbolic link missing and that stops DBD::Oracle building. If this is the case look in the unzip dir for a lib called something like libclntsh.so.12.1 and create a symbolic link from libclntsh.so to libclntsh.so.12.1 if it does not already exist.

  • Comment on Re: DBD::Oracle installation causing error

Log In?
Username:
Password:

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

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

    No recent polls found