Problem: cannot load shared object file

Problem: cannot load shared object file
error while loading shared libraries: libgds.so: cannot load shared object file: No such file or directory
 
Solution
LD_LIBRARY_PATH /opt/interbase/lib:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH

or
export LD_LIBRARY_PATH=/opt/interbase/lib
 
replace /opt/interbase/lib with your library path