package azureus tag 452322 confirmed thanks Your suggestion almost worked for me. I had to include these two lines:
export MOZILLA_FIVE_HOME=/usr/lib/xulrunner export LD_PRELOAD=$MOZILLA_FIVE_HOME/libxpcom.so Without forcing libxpcom.so to load, I get the error java: symbol lookup error: /usr/lib/jni/libswt-mozilla-gtk-3346.so: undefined symbol: NS_StringContainerInit2 I'm not sure how to fix that error the proper way. The LD_PRELOAD line should not be necessary. I'm not sure if it's a bug in azureus or perhaps in libswt-mozilla-gtk-3.3-jni. Cheers, Shaun On Dec 8, 2007 3:29 AM, Chris Capoccia <[EMAIL PROTECTED]> wrote: > this can be fixed by including these lines in the start-up script: > --- > export MOZILLA_FIVE_HOME=/usr/lib/iceape > if [ "$LD_LIBRARY_PATH x" = " x" ]; then export > LD_LIBRARY_PATH=$MOZILLA_FIVE_HOME; else export > LD_LIBRARY_PATH=$MOZILLA_FIVE_HOME:$LD_LIBRARY_PATH; fi -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

