On my 32bit install the problem was slightly different as it was an 'NS_GetServiceManager' error:
Code:
/usr/lib/icedove/icedove-bin: symbol lookup error:
/usr/lib/icedove/components/libimgicon.so: undefined symbol:
NS_GetServiceManager
Fix is BTS link :
Code:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=626812#35
However there is a typo so line should be:
Code:
LD_LIBRARY_PATH=/usr/lib/icedove LD_PRELOAD=/usr/lib/icedove/libxpcom.so icedove
My 64bit installs have not been impacted, (as yet!). |