Slackware This Forum is for the discussion of Slackware Linux.
|
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
06-05-2006, 06:37 PM
|
#1
|
Member
Registered: Dec 2000
Location: Toronto, Canaduhhhh
Distribution: Slackware -current, OpenBSD 3.8-stable
Posts: 178
Rep:
|
Azureus stopped working
I recently upgraded some packages in Slackware using swaret. Now when I try to run Azureus I get the following error:
Quote:
snozzy@computerroom:~/azureus$ ./azureus
Starting Azureus...
Loading Azureus:
/usr/lib/jre1.5.0_07/bin/java -Xms16m -Xmx128m -cp "/home/snozzy/azureus/Azureus2.jar:/home/snozzy/azureus/swt.jar" -Djava.library.path="/home/snozzy/azureus" -Dazureus.install.path="/home/snozzy/azureus" org.gudy.azureus2.ui.swt.Main ''
Exception in thread "main" java.lang.UnsatisfiedLinkError: /home/snozzy/azureus/libswt-pi-gtk-3139.so: /usr/lib/libgtk-x11-2.0.so.0: undefined symbol: atk_relation_add_target
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(Unknown Source)
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.loadLibrary0(Unknown Source)
at java.lang.System.loadLibrary(Unknown Source)
at org.eclipse.swt.internal.Library.loadLibrary(Library.java:123)
at org.eclipse.swt.internal.gtk.OS.<clinit>(OS.java:19)
at org.eclipse.swt.internal.Converter.wcsToMbcs(Converter.java:63)
at org.eclipse.swt.internal.Converter.wcsToMbcs(Converter.java:54)
at org.eclipse.swt.widgets.Display.<clinit>(Display.java:122)
at org.gudy.azureus2.ui.swt.mainwindow.SWTThread.<init>(SWTThread.java:75)
at org.gudy.azureus2.ui.swt.mainwindow.SWTThread.createInstance(SWTThread.java:58)
at org.gudy.azureus2.ui.swt.mainwindow.Initializer.<init>(Initializer.java:108)
at org.gudy.azureus2.ui.swt.Main.<init>(Main.java:147)
at org.gudy.azureus2.ui.swt.Main.main(Main.java:162)
Azureus TERMINATED.
|
Is there a problem with GTK? One of the packages that was upgraded by swaret was gtk+2-2.8.17-i486-1 to gtk+2-2.8.18-i486-1. Is azureus not seeing a file that used to be there? Is there a way to fix this?
|
|
|
06-05-2006, 07:22 PM
|
#2
|
Senior Member
Registered: Feb 2006
Location: Seattle, WA: USA
Distribution: Slackware 11.0
Posts: 1,191
Rep:
|
you will need to relink libgtk-x11-2.0.so.0 to the current version of the library you just installed.
Code:
ls -l /usr/lib | grep libgtk
Is the link pointing to a file that no longer exists? If so:
Code:
cd /usr/lib
rm libgtk-x11-2.0.so.0
ln -s libgtk-x11-2.0.so.0.<your new version> libgtk-x11-2.0.so.0
regards,
...drkstr
**edit**
this should have been done automaticly with 'upgradepkg <package>'. I'm not sure why swaret did not do this but it is not recomended to use "auto installer" type package management for this exact reason.
**edit**
Last edited by drkstr; 06-05-2006 at 07:27 PM.
|
|
|
06-05-2006, 10:32 PM
|
#3
|
Member
Registered: May 2006
Location: Sydney
Distribution: Slackware 11.0
Posts: 39
Rep:
|
slightly OT, but with slack and azureus, do you find you cannot close the information balloons it opens above the system tray? I need to exit azureus in the middle of downloads to get rid of it...
|
|
|
06-05-2006, 10:55 PM
|
#4
|
Senior Member
Registered: Jan 2005
Location: Istanbul, Turkey
Distribution: Slackware64 15.0, Slackwarearm 14.2
Posts: 1,158
|
Quote:
Originally Posted by newio
slightly OT, but with slack and azureus, do you find you cannot close the information balloons it opens above the system tray? I need to exit azureus in the middle of downloads to get rid of it...
|
Yes that started happening to me a while ago. If you don't leave your mouse over them, they close themselves after a countdown (the ones I see at least).
|
|
|
06-06-2006, 12:59 AM
|
#5
|
LQ Guru
Registered: Jan 2004
Location: NJ, USA
Distribution: Slackware, Debian
Posts: 5,852
|
I noticed it doing that with the pop-ups as well.
|
|
|
All times are GMT -5. The time now is 09:58 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|