On Sun, Jun 09, 2002 at 13:07:10 +0200, Tobias Jahn wrote: > fwbuilder: relocation error: /usr/lib/libgtkmm-1.2.so.0: undefined symbol: > __tiQ24SigC6Object > guikachu: relocation error: /usr/lib/libgnomemm-1.2.so.9: undefined symbol: > __vt_Q24SigC5Scope > aptitude: relocation error: /usr/local/lib/libsigc-1.0.so.0: undefined > symbol: __gxx_personality_v0 ^^^^^ Why do you have a libsigc++ in /usr/local/lib when it is packaged as libsigc++0 ?
> As I did not know where to start searching for the cause, I looked what > these three libraries have in common, but that was not much :-( All three of these binaries are from packages that depend on libsigc++0. It looks like the libsigc++ you have in /usr/local/lib isn't ABI-compatible with these binaries (e.g. because it was built with a different version of g++). Check that fwbuilder, guikachu and aptitude work when you set LD_LIBRARY_PATH=/usr/lib . If so, throw away the one in /usr/local. HTH, Ray -- Sexual paranoia: did I once unknowingly sleep with THEM? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]