OVH Cloud OVH Cloud

relocation error

1 réponse
Avatar
Giancarlo Bassi
Je suis vraiment naif sur les librairies libgtk-x11-2.0.so.0,
donc je ne comprend pas ce qu'il est passe' avant d'avoir
rec,u le message:

./coqide: relocation error: /usr/lib/libgtk-x11-2.0.so.0: undefined
symbol: g_option_context_new

J'ai regarde' le fichier dans son contenu et j'ai trouve' qu'il y a
le symbole g_option_context_new

Tout aide a` ce propos-la` sera bien apprecie'.
Merci beaucoup,
Giancarlo Bassi
---------------------------------------------------------------------
as I'm a very newbie in gtk libraries I cannot figure out
what's the meaning of this following message I got launching
the "coqide" application, I think really meaningful:

./coqide: relocation error: /usr/lib/libgtk-x11-2.0.so.0: undefined
symbol: g_option_context_new

I watched by means of an editor the content of libgtk-x11-2.0.so.0
and I found that g_option_context_new symbol is present.

So cannot imagine what went wrong.
So any help should be very appreciated.

Thanks a lot in advance,

1 réponse

Avatar
Ronald
Le Tue, 05 Jul 2005 17:42:36 +0200, Giancarlo Bassi a écrit :


as I'm a very newbie in gtk libraries I cannot figure out
what's the meaning of this following message I got launching
the "coqide" application, I think really meaningful:

./coqide: relocation error: /usr/lib/libgtk-x11-2.0.so.0: undefined
symbol: g_option_context_new


do you have glib installed , it looks like this symbol is undefined in
libgtk-* and libgdk-* but is defined in libglib-*

$ nm /opt/enlightenment/lib/libglib-2.0.so.0.600.5|grep g_option_context_new
00027830 T g_option_context_new
00027830 t IA__g_option_context_new

Not sure at all if I understand correctly the meaning of 'T'

I watched by means of an editor the content of libgtk-x11-2.0.so.0 and I
found that g_option_context_new symbol is present.

So cannot imagine what went wrong.
So any help should be very appreciated.

Thanks a lot in advance,