I am in trouble to install DBD::Oracle. The installation aborts when encounters that sqlplus cannot be accessed properly.
>From the command line this is the error: #sqlplus #sqlplus: error while loading shared libraries: libsqlplus.so: cannot open shared object file: No such file or directory It was of great help the page: http://www.nerdgirl.dk/linux/fc4/oracle_instant_client.php to set the environment variables And after that, when trying to install DBD::Oracle it says that the problem might be the bad setting of the variable: LD_LIBRARY_PATH which I settled as follows: LD_LIBRARY_PATH=/usr/lib/oracle/11.1.0.1/lib export LD_LIBRARY_PATH=/usr/lib/oracle/11.1.0.1/lib And I cannot see why this is an error. In fact I saw the libsqlplus.so at the /usr/lib/oracle/11.1.0.1/lib directory. Any idea about what's going on? Thank you Alejandro
_______________________________________________ ActivePerl mailing list [email protected] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
