/data/home/sybase/ASE-15_0/bin/dataserver: error while
loading shared libraries: libsbgse2.so: cannot open shared
object file: No such file or directory
From what I have found in google searches it seemed like a
typical LD_LIBRARY_PATH issue so I set that but it hasn't
helped
sybase@pocono:~/ASE-15_0/install> echo $LD_LIBRARY_PATH
/data/home/sybase/OCS-15_0/lib3p64:/data/home/sybase/OCS-15_0/lib3p:/data/home/sybase/OCS-15_0/lib:/data/home/sybase/DataAccess64/ODBC/lib:/data/home/sybase/DataAccess/ODBC/lib:/data/home/sybase/ASE-15_0/lib:
The file exists in the first path entry
sybase@pocono:~/ASE-15_0/install> ls -ltra
/data/home/sybase/OCS-15_0/lib3p64/libsbgse2.so
-rwxr-xr-x 1 sybase sybase 1598247 2009-10-06 00:06
/data/home/sybase/OCS-15_0/lib3p64/libsbgse2.so
but I continue to get the listed error trying to start the
server.
any ideas?????
> 32bit or 64bit? I ask because it looks like you're trying to load in
> the 64bit version of the library.
>
> jason
--
Using Opera's revolutionary email client: http://www.opera.com/mail/
Found the issue.
Suse needs to have ldconfig edited rather than the LD_LIBRARY_PATH
Needed to add the lib dirs to ldconfig
as root
edit /etc/ld.so.conf
add
/data/home/sybase/OCS-15_0/lib3p64
/data/home/sybase/ASE-15_0/symlib
then
ldconfig -v
Server is up and running now.