[Bug 129594] Re: undefined symbol: g_once_init_enter_impl

2007-08-02 Thread Sebastien Bacher
The ldd log shows it's using libraries for there which is creating the breakage. The packaging system doesn't use the local directory, this one is make for the system administrator to install custom version to be used before the distribution ones if required. Closing the bug ** Changed in:

[Bug 129594] Re: undefined symbol: g_once_init_enter_impl

2007-08-01 Thread Sebastien Bacher
Thank you for your bug. Looks like you have an old version of libglib taking over the distribution one. Could you run ldd /usr/lib/libgtk-x11-2.0.so and copy the log to a comment? That's likely due to something you installed to /usr/local out of the packaging system ** Changed in: gtk+2.0

[Bug 129594] Re: undefined symbol: g_once_init_enter_impl

2007-08-01 Thread BotLobsta
Yes, I did compile my own libglib and install it into /usr/local/lib but that was over a year ago when I was trying to get my libmtp to work. I would have thought that upgrades of that package would overwrite those, but I guess not. ** Attachment added: ldd.txt