Subject | Re: [firebird-support] libfbclient.so: cannot handle TLS data |
---|---|
Author | Nando Dessena |
Post date | 2009-05-04T09:55:11Z |
Milan,
M> Could you copy/paste the ldd output here? And also, result of:
M> objdump -x executable_file | grep NEEDED
Here it goes:
application to load the NPTL threading library, so when NTPL
libfbclient is dynamically loaded I get some sort of conflict. Does
that make sense?
--
Nando Dessena
======================================================
I support Firebird, I am a Firebird Foundation member!
Join today at http://www.firebirdsql.org/ff/foundation
======================================================
M> Could you copy/paste the ldd output here? And also, result of:
M> objdump -x executable_file | grep NEEDED
Here it goes:
> [root@saert2 GSR]# ldd GSRServerI think there lies the problem. I don't know how to force the Kylix
> /lib/libNoVersion.so.1 (0x00a31000)
> libpthread.so.0 => /lib/libpthread.so.0 (0x00d86000)
application to load the NPTL threading library, so when NTPL
libfbclient is dynamically loaded I get some sort of conflict. Does
that make sense?
> libdl.so.2 => /lib/libdl.so.2 (0x00a99000)Ciao
> libc.so.6 => /lib/libc.so.6 (0x00e99000)
> /lib/ld-linux.so.2 (0x00954000)
>>> objdump -x executable_file | grep NEEDED
> [root@saert2 GSR]# objdump -x GSRServer |grep NEEDED
> NEEDED libpthread.so.0
> NEEDED libdl.so.2
> NEEDED libc.so.6
--
Nando Dessena
======================================================
I support Firebird, I am a Firebird Foundation member!
Join today at http://www.firebirdsql.org/ff/foundation
======================================================