Results 1 to 1 of 1
Hi guys. This one should be easy for you I am trying to connect from Lazarus IDE Lazarus Project :: Write once compile everywhere! to Oracle xe 10g databse. They ...
- 09-02-2008 #1Linux Newbie
- Join Date
- Feb 2006
- Location
- Slovenia
- Posts
- 162
How to change user program search path?
Hi guys. This one should be easy for you
I am trying to connect from Lazarus IDE Lazarus Project :: Write once compile everywhere! to Oracle xe 10g databse. They both run on same pc (suse 10.2), and when I try to connect with ZConnection I get an error saying "None of the dynamic libraries can be found: libclntsh.so". So I gues that my search path ($PATH) doesn't include the libraries which Oracle has installed. This libraries reside in /home/username/Orahome_1/lib. How can I now add this folder to my $PATH, or create a symlink to it. Any help is highly appreciated.


Reply With Quote