Subject Re: [firebird-support] libfbclient.so: cannot handle TLS data
Author Nando Dessena
Milan,

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 GSRServer
> /lib/libNoVersion.so.1 (0x00a31000)
> libpthread.so.0 => /lib/libpthread.so.0 (0x00d86000)

I think there lies the problem. I don't know how to force the Kylix
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)
> 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

Ciao
--
Nando Dessena
======================================================
I support Firebird, I am a Firebird Foundation member!
Join today at http://www.firebirdsql.org/ff/foundation
======================================================