Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

startserver fails on libsbgse2.so

1,953 views
Skip to first unread message

doughubbard

unread,
Sep 2, 2010, 12:00:53 PM9/2/10
to
Installed ASE 15.5 on OpenSuse 11.3 and it ran fine from
first install.
Enabled Java in the DB and rebooted the system and now when
I attempt to start the server I get

/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?????

Doug Hubbard

unread,
Sep 2, 2010, 1:56:29 PM9/2/10
to
64 bit (sorry, should have made that clear)
On Thu, 02 Sep 2010 10:21:06 -0700, Jason L. Froebe [TeamSybase]
<jason....@gmail.com> wrote:

> 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/

Doug Hubbard

unread,
Sep 2, 2010, 3:26:31 PM9/2/10
to
On Thu, 02 Sep 2010 10:56:29 -0700, Doug Hubbard <do...@trackmaster.com>
wrote:

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.

Jason L. Froebe [TeamSybase]

unread,
Sep 2, 2010, 1:21:06 PM9/2/10
to
On 09/02/2010 11:00 AM, Doug Hubbard wrote:
0 new messages