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.