Operating System - HP-UX
1834532 Members
3234 Online
110069 Solutions
New Discussion

Re: dld.so: Unable to find library 'libgcc_s.so.0'.

 
SOLVED
Go to solution
Heiko_7
Advisor

dld.so: Unable to find library 'libgcc_s.so.0'.

Hello

I'm trying to install Berkely DB.

configure en make don't seem to give any problems (anymore)

but when i try to start a program i get this messages

root@nyx(virtu):/usr/contrib/bdb/bin # ./db_printlog
/usr/lib/hpux32/dld.so: Unable to find library 'libgcc_s.so.0'.
Killed



root@nyx(virtu):/usr/contrib/bdb/bin # chatr ./db_printlog
./db_printlog:
32-bit ELF executable
shared library dynamic path search:
LD_LIBRARY_PATH enabled first
SHLIB_PATH enabled second
embedded path enabled third /usr/contrib/bdb/lib
shared library list:
libdb-4.5.so
libpthread.so.1
libunwind.so.1
libc.so.1
shared library binding:
deferred
global hash table disabled
global hash table size 1103
shared library mapped private disabled
shared library segment merging disabled
shared vtable support disabled
explicit unloading disabled
linkage table protection disabled
segments:
index type address flags size
8 text 04000000 z---c- D (default)
9 data 40010000 ---m-- D (default)
executable from stack: D (default)
kernel assisted branch prediction enabled
lazy swap allocation for dynamic segments disabled
nulptr references enabled
address space model: default


is there anyone who have seen this before.
I'm still a newby when it comes te linking and libraries
2 REPLIES 2
Marco A.
Esteemed Contributor
Solution

Re: dld.so: Unable to find library 'libgcc_s.so.0'.

Hello Heiko

Look at this other post. :

http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1027867&admit=-682735245+1177070779086+28353475

That is the same case you have, the issue with that library, try to do the same, linking the files, and then it must work.

Good look.
Just unplug and plug in again ....
Heiko_7
Advisor

Re: dld.so: Unable to find library 'libgcc_s.so.0'.

thanx a lot for the quick respons.

everything seems to start working

grtz

Heiko