Operating System - HP-UX
1753259 Members
4900 Online
108792 Solutions
New Discussion юеВ

/usr/lib/pa20_64/dld.sl: Unable to find library 'libOSobjStore.sl'

 
RNC
Frequent Advisor

/usr/lib/pa20_64/dld.sl: Unable to find library 'libOSobjStore.sl'

Hello all,

I recive the problem of the subject when I want to start an app (GENEVA), like i was looking for in the itrc I installed the OPENSSL, but I have the same problem:

: TM
/usr/lib/pa20_64/dld.sl: Unable to find library 'libOSobjStore.sl'.
Segmentation fault (core dumped)

If I execute the strings core, i obtain:

+z -DPIC -c -Aa +e +O2 +ESlit -D_HPUX_SOURCE -D__PTHREAD_BUILD -D__LWP_BUILD -D_REENTRANT -DCNX_CPS -I/ux/core/libs/threadslibs/src/common -I/ux/core/libs/threadslibs/src/.include/pa -I/ux/vbe/pa/usr/include -DTLS_SUPPORT -D__ROSEVILLE__ -D__LP64__
@(#)Pthread Interfaces
@(#) $Revision: libpthread.1: @(#) depot-64pa R11.11_BL2003_1209_2 PATCH_11.11 PHCO_29960 Tue Dec 9 01:52:58 PST 2003 $


It's a big problem for me, someone knows that?

Please help me!!
Thanks in advanced
5 REPLIES 5
Arunvijai_4
Honored Contributor

Re: /usr/lib/pa20_64/dld.sl: Unable to find library 'libOSobjStore.sl'

Hi,

Check these threads,

http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=690394

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
Victor Fridyev
Honored Contributor

Re: /usr/lib/pa20_64/dld.sl: Unable to find library 'libOSobjStore.sl'

Hi,

On the first glance it looks like the library 'libOSobjStore.sl' is not in SHLIB_PATH.

Look for the file with find and put link on the library in one of SHLIB_PATH directories or add path to the lib to SHLIB_PATH.

Additionally you can do
#>chatr appl_name
and to look where it looks for the lib.

HTH
Entities are not to be multiplied beyond necessity - RTFM
RNC
Frequent Advisor

Re: /usr/lib/pa20_64/dld.sl: Unable to find library 'libOSobjStore.sl'

Hi,

I exected find in all the server, and I don't find the library
Steven E. Protter
Exalted Contributor

Re: /usr/lib/pa20_64/dld.sl: Unable to find library 'libOSobjStore.sl'

Shalom,

export SHLIB_PATH=/usr/lib:$SHLIB_PATH

Try again

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
RNC
Frequent Advisor

Re: /usr/lib/pa20_64/dld.sl: Unable to find library 'libOSobjStore.sl'

I obtain the same error, because the library is not in the server (find / -name "lib...") and i no obtain nothing.