LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 03-24-2005, 05:48 PM   #1
Moroshni
LQ Newbie
 
Registered: Mar 2005
Posts: 2

Rep: Reputation: 0
Installing Azureus on my suselinux9.2


im on an AMD 64 fx 3200+ running Suse Linux 9.2
ive just installed the system and the Hard Disk is clean.

im trying to install Azureus and im running into difficultys.

Here are the two pieces of software that i downloaded

The JRE: jre-1_5_0_02-linux-amd64-rpm.bin
and
The Azureus program: Azureus_2.2.0.2_linux.AMD64.tar.bz2

Now i followed suns instructions for downloading and installing the JRE file. everything went smoothly.

But when i try to ./azureus i get(get the same thing as root user too).
Starting Azureus...
Java exec found in PATH. Verifying...
Suitable java version found [java = 1.4.2_06]
Configuring environment...
Loading Azureus:
java -Xms16m -Xmx128m -cp "/home/ghostline/azureus/Azureus2.jar:/home/ghostline/azureus/swt.jar:/home/ghostline/azureus/swt-mozilla.jar:/home/ghostline/azureus/swt-pi.jar" -Djava.library.path="/home/ghostline/azureus" -Dazureus.install.path="/home/ghostline/azureus" org.gudy.azureus2.ui.swt.Main ''
Exception in thread "main" java.lang.UnsatisfiedLinkError: /home/ghostline/azureus/libswt-pi-gtk-3106.so: /home/ghostline/azureus/libswt-pi-gtk-3106.so: cannot open shared object file: No such file or directory
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1586)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1511)
at java.lang.Runtime.loadLibrary0(Runtime.java:788)
at java.lang.System.loadLibrary(System.java:834)
at org.eclipse.swt.internal.Library.loadLibrary(Library.java:100)
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:118)
at org.gudy.azureus2.ui.swt.mainwindow.SWTThread.<init>(SWTThread.java:71)
at org.gudy.azureus2.ui.swt.mainwindow.SWTThread.createInstance(SWTThread.java:55)
at org.gudy.azureus2.ui.swt.mainwindow.Initializer.<init>(Initializer.java:106)
at org.gudy.azureus2.ui.swt.Main.<init>(Main.java:73)
at org.gudy.azureus2.ui.swt.Main.main(Main.java:100)
Azureus TERMINATED.

ive been looking at the script the readme told me about. But i dont think anything there needs to be changed. But im a noob so i could be wrong.
 
Old 03-26-2005, 03:50 AM   #2
Rayen16
LQ Newbie
 
Registered: Feb 2005
Distribution: Gentoo 2005.0
Posts: 17

Rep: Reputation: 0
Java exec found in PATH. Verifying...
Suitable java version found [java = 1.4.2_06]

but you said you installed "jre-1_5_0_02-linux-amd64-rpm.bin" so try to re-install JRE: jre-1_5_0_02-linux-amd64-rpm.bin again

[root@suse]# sh jre-1_5_0_02-linux-amd64-rpm.bin

Last edited by Rayen16; 03-26-2005 at 03:57 AM.
 
Old 04-04-2005, 09:13 PM   #3
ambelos
Member
 
Registered: Nov 2003
Location: npr, fl, usa
Distribution: suse 9.3 / xp pro sp2
Posts: 226

Rep: Reputation: 30
i am getting the same error message:
--jpolitis@linux:~/azureus> ./azureus
Starting Azureus...
Java exec not found in PATH, starting auto-search...
Java exec found in /usr/java/jdk1.5.0_02/bin/
Suitable java version found [/usr/java/jdk1.5.0_02/bin/java = 1.5.0_02]
Configuring environment...
Loading Azureus:
/usr/java/jdk1.5.0_02/bin/java -Xms16m -Xmx128m -cp "/home/Jpolitis/azureus/Azureus2.jar:/home/Jpolitis/azureus/swt.jar:/home/Jpolitis/azureus/swt-mozilla.jar:/home/Jpolitis/azureus/swt-pi.jar" -Djava.library.path="/home/Jpolitis/azureus" -Dazureus.install.path="/home/Jpolitis/azureus" org.gudy.azureus2.ui.swt.Main ''
Exception in thread "main" java.lang.UnsatisfiedLinkError: /home/Jpolitis/azureus/libswt-pi-gtk-3106.so: /home/Jpolitis/azureus/libswt-pi-gtk-3106.so: cannot open shared object file: No such file or directory
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1751)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1676)
at java.lang.Runtime.loadLibrary0(Runtime.java:822)
at java.lang.System.loadLibrary(System.java:992)
at org.eclipse.swt.internal.Library.loadLibrary(Library.java:100)
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:118)
at org.gudy.azureus2.ui.swt.mainwindow.SWTThread.<init>(SWTThread.java:71)
at org.gudy.azureus2.ui.swt.mainwindow.SWTThread.createInstance(SWTThread.java:55)
at org.gudy.azureus2.ui.swt.mainwindow.Initializer.<init>(Initializer.java:106)
at org.gudy.azureus2.ui.swt.Main.<init>(Main.java:73)
at org.gudy.azureus2.ui.swt.Main.main(Main.java:100)
Azureus TERMINATED.
jpolitis@linux:~/azureus>
--

i don't think this has anything to do with java, does it? it's wierd, because that file DOES exist, and it's in the same exact location as the ./ azureus exec. what's up with this?

thanks
 
Old 04-11-2005, 06:40 PM   #4
buldi
LQ Newbie
 
Registered: Apr 2005
Posts: 2

Rep: Reputation: 0
hello people!

i had the same problem on my AMD64. it took me a few hours, but now azureus is running.
if you go to the official site via www.java.com >manual download... they don't offer a 64bit version of jre.
but if you click through firefox's install missing plugins and at the end of the dialogue at the link at the bottom you'll finally reach this location:
https://sdlcweb4d.sun.com/ECom/EComA...C6BBD258CA78D6

edit: sorry the link doesn't work. you have to click trough by yourself.

there's a 64bit version for linux. i installed it and now everything's working fine

hope this will help you

Last edited by buldi; 04-11-2005 at 06:45 PM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem Installing Azureus athanman Linux - Software 3 11-20-2005 03:42 PM
installing Azureus? greythorne Ubuntu 1 10-29-2005 11:12 PM
Error Installing Azureus PapaSmurf88 Mandriva 4 05-12-2005 06:07 PM
Installing Azureus duffmckagan Mandriva 41 05-07-2005 03:24 AM
Installing Azureus/Bittorrent jc_firestorm Linux - Software 1 03-13-2005 10:02 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 02:45 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration