LinuxQuestions.org
Help answer threads with 0 replies.
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 05-13-2007, 01:11 PM   #1
Aravind_t
LQ Newbie
 
Registered: Feb 2007
Location: India
Distribution: RHEL AS v4 [Gnome]
Posts: 8

Rep: Reputation: 0
Help installing Azureus


When I execute the shell script to install it by typing ./azureus I get the following errors:


Starting Azureus...
Java exec found in PATH. Verifying...
Suitable java version found [java = 1.4.2]
Configuring environment...
Loading Azureus:
java -Xms16m -Xmx128m -cp "/home/oracle/Desktop/Fireload/azureus/Azureus2.jar:/home/oracle/Desktop/Fireload/azureus/swt.jar" -Djava.library.path="/home/oracle/Desktop/Fireload/azureus" -Dazureus.install.path="/home/oracle/Desktop/Fireload/azureus" org.gudy.azureus2.ui.swt.Main ''
Warning: -Xms16m not understood. Ignoring.
Warning: -Xmx128m not understood. Ignoring.
java.nio.charset.UnsupportedCharsetException
at java.nio.charset.Charset.forName(java.lang.String) (/usr/lib/libgcj.so.5.0.0)
at org.gudy.azureus2.core3.util.Constants.<clinit>() (Unknown Source)
at java.lang.Class.initializeClass() (/usr/lib/libgcj.so.5.0.0)
at _Jv_ResolvePoolEntry(java.lang.Class, int) (/usr/lib/libgcj.so.5.0.0)
at org.gudy.azureus2.core3.config.COConfigurationManager.preInitialise() (Unknown Source)
at org.gudy.azureus2.ui.swt.Main.Main(java.lang.String[]) (Unknown Source)
at org.gudy.azureus2.ui.swt.Main.main(java.lang.String[]) (Unknown Source)
[alert] Alert:3:Save of 'azureus.config' fails
DEBUG::Sun May 13 23:37:23 GMT+05:30 2007:rg.gudy.azureus2.core3.util.FileUtil::writeResilientFile(java.io.File, java.lang.String, java.util.Map)::-1:
java.lang.NullPointerException
at org.gudy.azureus2.core3.util.BEncoder.encode(java.io.ByteArrayOutputStream, java.lang.Object) (Unknown Source)
at org.gudy.azureus2.core3.util.BEncoder.encode(java.io.ByteArrayOutputStream, java.lang.Object) (Unknown Source)
at org.gudy.azureus2.core3.util.BEncoder.encode(java.util.Map) (Unknown Source)
at org.gudy.azureus2.core3.util.FileUtil.writeResilientFile(java.io.File, java.lang.String, java.util.Map) (Unknown Source)
at org.gudy.azureus2.core3.util.FileUtil.writeResilientFile(java.io.File, java.lang.String, java.util.Map, boolean) (Unknown Source)
at org.gudy.azureus2.core3.util.FileUtil.writeResilientConfigFile(java.lang.String, java.util.Map) (Unknown Source)
at org.gudy.azureus2.core3.config.impl.ConfigurationManager.save(java.lang.String) (Unknown Source)
at org.gudy.azureus2.core3.config.impl.ConfigurationManager.save() (Unknown Source)
at org.gudy.azureus2.core3.config.COConfigurationManager.save() (Unknown Source)
at org.gudy.azureus2.core3.config.impl.ConfigurationChecker.checkConfiguration() (Unknown Source)
at org.gudy.azureus2.core3.config.impl.ConfigurationManager.initialise() (Unknown Source)
at org.gudy.azureus2.core3.config.impl.ConfigurationManager.getInstance() (Unknown Source)
at org.gudy.azureus2.core3.logging.impl.LoggerImpl.init() (Unknown Source)
at org.gudy.azureus2.core3.logging.Logger.<clinit>() (Unknown Source)
at java.lang.Class.initializeClass() (/usr/lib/libgcj.so.5.0.0)
at _Jv_ResolvePoolEntry(java.lang.Class, int) (/usr/lib/libgcj.so.5.0.0)
at org.gudy.azureus2.ui.swt.StartServer.StartServer() (Unknown Source)
at org.gudy.azureus2.ui.swt.Main.Main(java.lang.String[]) (Unknown Source)
at org.gudy.azureus2.ui.swt.Main.main(java.lang.String[]) (Unknown Source)

java.lang.NoClassDefFoundError: while resolving class: org.gudy.azureus2.core3.security.impl.SESecurityManagerImpl
at java.lang.VMClassLoader.resolveClass(java.lang.Class) (/usr/lib/libgcj.so.5.0.0)
at java.lang.Class.initializeClass() (/usr/lib/libgcj.so.5.0.0)
at _Jv_ResolvePoolEntry(java.lang.Class, int) (/usr/lib/libgcj.so.5.0.0)
at org.gudy.azureus2.core3.security.SESecurityManager.initialise() (Unknown Source)
at org.gudy.azureus2.core3.config.impl.ConfigurationChecker.setSystemProperties() (Unknown Source)
at org.gudy.azureus2.core3.config.impl.ConfigurationManager.initialise() (Unknown Source)
at org.gudy.azureus2.core3.config.impl.ConfigurationManager.getInstance() (Unknown Source)
at org.gudy.azureus2.core3.logging.impl.LoggerImpl.init() (Unknown Source)
at org.gudy.azureus2.core3.logging.Logger.<clinit>() (Unknown Source)
at java.lang.Class.initializeClass() (/usr/lib/libgcj.so.5.0.0)
at _Jv_ResolvePoolEntry(java.lang.Class, int) (/usr/lib/libgcj.so.5.0.0)
at org.gudy.azureus2.ui.swt.StartServer.StartServer() (Unknown Source)
at org.gudy.azureus2.ui.swt.Main.Main(java.lang.String[]) (Unknown Source)
at org.gudy.azureus2.ui.swt.Main.main(java.lang.String[]) (Unknown Source)
Caused by: java.lang.ClassNotFoundException: javax.net.ssl.KeyManagerFactory not found in [file:/home/oracle/Desktop/Fireload/azureus/Azureus2.jar, file:/home/oracle/Desktop/Fireload/azureus/swt.jar, file:/usr/share/java/libgcj-3.4.6.jar, file:./, core:/]
at java.net.URLClassLoader.findClass(java.lang.String) (/usr/lib/libgcj.so.5.0.0)
at gnu.gcj.runtime.VMClassLoader.findClass(java.lang.String) (/usr/lib/libgcj.so.5.0.0)
at java.lang.ClassLoader.loadClass(java.lang.String, boolean) (/usr/lib/libgcj.so.5.0.0)
at _Jv_FindClass(_Jv_Utf8Const, java.lang.ClassLoader) (/usr/lib/libgcj.so.5.0.0)
at java.lang.Class.forName(java.lang.String, boolean, java.lang.ClassLoader) (/usr/lib/libgcj.so.5.0.0)
at _Jv_BytecodeVerifier.type.compatible(_Jv_BytecodeVerifier.type&, _Jv_BytecodeVerifier) (/usr/lib/libgcj.so.5.0.0)
at _Jv_BytecodeVerifier.verify_instructions_0() (/usr/lib/libgcj.so.5.0.0)
at _Jv_VerifyMethod(_Jv_InterpMethod) (/usr/lib/libgcj.so.5.0.0)
at _Jv_PrepareClass(java.lang.Class) (/usr/lib/libgcj.so.5.0.0)
at _Jv_WaitForState(java.lang.Class, int) (/usr/lib/libgcj.so.5.0.0)
at java.lang.VMClassLoader.linkClass0(java.lang.Class) (/usr/lib/libgcj.so.5.0.0)
at java.lang.VMClassLoader.resolveClass(java.lang.Class) (/usr/lib/libgcj.so.5.0.0)
...13 more
Exception in thread "main" java.lang.NoClassDefFoundError: org.gudy.azureus2.core3.logging.Logger
at java.lang.Class.initializeClass() (/usr/lib/libgcj.so.5.0.0)
at _Jv_ResolvePoolEntry(java.lang.Class, int) (/usr/lib/libgcj.so.5.0.0)
at org.gudy.azureus2.ui.swt.StartServer.StartServer() (Unknown Source)
at org.gudy.azureus2.ui.swt.Main.Main(java.lang.String[]) (Unknown Source)
at org.gudy.azureus2.ui.swt.Main.main(java.lang.String[]) (Unknown Source)
Azureus TERMINATED.

How should I go about it? I use Red Hat Enterprise Linux v4 [Gnome].
Thanks.
 
Old 05-13-2007, 01:43 PM   #2
Pumalite
Member
 
Registered: Apr 2007
Location: All over
Distribution: Suse 10.2
Posts: 131

Rep: Reputation: 15
Quote:
Originally Posted by Aravind_t
When I execute the shell script to install it by typing ./azureus I get the following errors:


Starting Azureus...
Java exec found in PATH. Verifying...
Suitable java version found [java = 1.4.2]
Configuring environment...
Loading Azureus:
java -Xms16m -Xmx128m -cp "/home/oracle/Desktop/Fireload/azureus/Azureus2.jar:/home/oracle/Desktop/Fireload/azureus/swt.jar" -Djava.library.path="/home/oracle/Desktop/Fireload/azureus" -Dazureus.install.path="/home/oracle/Desktop/Fireload/azureus" org.gudy.azureus2.ui.swt.Main ''
Warning: -Xms16m not understood. Ignoring.
Warning: -Xmx128m not understood. Ignoring.
java.nio.charset.UnsupportedCharsetException
at java.nio.charset.Charset.forName(java.lang.String) (/usr/lib/libgcj.so.5.0.0)
at org.gudy.azureus2.core3.util.Constants.<clinit>() (Unknown Source)
at java.lang.Class.initializeClass() (/usr/lib/libgcj.so.5.0.0)
at _Jv_ResolvePoolEntry(java.lang.Class, int) (/usr/lib/libgcj.so.5.0.0)
at org.gudy.azureus2.core3.config.COConfigurationManager.preInitialise() (Unknown Source)
at org.gudy.azureus2.ui.swt.Main.Main(java.lang.String[]) (Unknown Source)
at org.gudy.azureus2.ui.swt.Main.main(java.lang.String[]) (Unknown Source)
[alert] Alert:3:Save of 'azureus.config' fails
DEBUG::Sun May 13 23:37:23 GMT+05:30 2007:rg.gudy.azureus2.core3.util.FileUtil::writeResilientFile(java.io.File, java.lang.String, java.util.Map)::-1:
java.lang.NullPointerException
at org.gudy.azureus2.core3.util.BEncoder.encode(java.io.ByteArrayOutputStream, java.lang.Object) (Unknown Source)
at org.gudy.azureus2.core3.util.BEncoder.encode(java.io.ByteArrayOutputStream, java.lang.Object) (Unknown Source)
at org.gudy.azureus2.core3.util.BEncoder.encode(java.util.Map) (Unknown Source)
at org.gudy.azureus2.core3.util.FileUtil.writeResilientFile(java.io.File, java.lang.String, java.util.Map) (Unknown Source)
at org.gudy.azureus2.core3.util.FileUtil.writeResilientFile(java.io.File, java.lang.String, java.util.Map, boolean) (Unknown Source)
at org.gudy.azureus2.core3.util.FileUtil.writeResilientConfigFile(java.lang.String, java.util.Map) (Unknown Source)
at org.gudy.azureus2.core3.config.impl.ConfigurationManager.save(java.lang.String) (Unknown Source)
at org.gudy.azureus2.core3.config.impl.ConfigurationManager.save() (Unknown Source)
at org.gudy.azureus2.core3.config.COConfigurationManager.save() (Unknown Source)
at org.gudy.azureus2.core3.config.impl.ConfigurationChecker.checkConfiguration() (Unknown Source)
at org.gudy.azureus2.core3.config.impl.ConfigurationManager.initialise() (Unknown Source)
at org.gudy.azureus2.core3.config.impl.ConfigurationManager.getInstance() (Unknown Source)
at org.gudy.azureus2.core3.logging.impl.LoggerImpl.init() (Unknown Source)
at org.gudy.azureus2.core3.logging.Logger.<clinit>() (Unknown Source)
at java.lang.Class.initializeClass() (/usr/lib/libgcj.so.5.0.0)
at _Jv_ResolvePoolEntry(java.lang.Class, int) (/usr/lib/libgcj.so.5.0.0)
at org.gudy.azureus2.ui.swt.StartServer.StartServer() (Unknown Source)
at org.gudy.azureus2.ui.swt.Main.Main(java.lang.String[]) (Unknown Source)
at org.gudy.azureus2.ui.swt.Main.main(java.lang.String[]) (Unknown Source)

java.lang.NoClassDefFoundError: while resolving class: org.gudy.azureus2.core3.security.impl.SESecurityManagerImpl
at java.lang.VMClassLoader.resolveClass(java.lang.Class) (/usr/lib/libgcj.so.5.0.0)
at java.lang.Class.initializeClass() (/usr/lib/libgcj.so.5.0.0)
at _Jv_ResolvePoolEntry(java.lang.Class, int) (/usr/lib/libgcj.so.5.0.0)
at org.gudy.azureus2.core3.security.SESecurityManager.initialise() (Unknown Source)
at org.gudy.azureus2.core3.config.impl.ConfigurationChecker.setSystemProperties() (Unknown Source)
at org.gudy.azureus2.core3.config.impl.ConfigurationManager.initialise() (Unknown Source)
at org.gudy.azureus2.core3.config.impl.ConfigurationManager.getInstance() (Unknown Source)
at org.gudy.azureus2.core3.logging.impl.LoggerImpl.init() (Unknown Source)
at org.gudy.azureus2.core3.logging.Logger.<clinit>() (Unknown Source)
at java.lang.Class.initializeClass() (/usr/lib/libgcj.so.5.0.0)
at _Jv_ResolvePoolEntry(java.lang.Class, int) (/usr/lib/libgcj.so.5.0.0)
at org.gudy.azureus2.ui.swt.StartServer.StartServer() (Unknown Source)
at org.gudy.azureus2.ui.swt.Main.Main(java.lang.String[]) (Unknown Source)
at org.gudy.azureus2.ui.swt.Main.main(java.lang.String[]) (Unknown Source)
Caused by: java.lang.ClassNotFoundException: javax.net.ssl.KeyManagerFactory not found in [file:/home/oracle/Desktop/Fireload/azureus/Azureus2.jar, file:/home/oracle/Desktop/Fireload/azureus/swt.jar, file:/usr/share/java/libgcj-3.4.6.jar, file:./, core:/]
at java.net.URLClassLoader.findClass(java.lang.String) (/usr/lib/libgcj.so.5.0.0)
at gnu.gcj.runtime.VMClassLoader.findClass(java.lang.String) (/usr/lib/libgcj.so.5.0.0)
at java.lang.ClassLoader.loadClass(java.lang.String, boolean) (/usr/lib/libgcj.so.5.0.0)
at _Jv_FindClass(_Jv_Utf8Const, java.lang.ClassLoader) (/usr/lib/libgcj.so.5.0.0)
at java.lang.Class.forName(java.lang.String, boolean, java.lang.ClassLoader) (/usr/lib/libgcj.so.5.0.0)
at _Jv_BytecodeVerifier.type.compatible(_Jv_BytecodeVerifier.type&, _Jv_BytecodeVerifier) (/usr/lib/libgcj.so.5.0.0)
at _Jv_BytecodeVerifier.verify_instructions_0() (/usr/lib/libgcj.so.5.0.0)
at _Jv_VerifyMethod(_Jv_InterpMethod) (/usr/lib/libgcj.so.5.0.0)
at _Jv_PrepareClass(java.lang.Class) (/usr/lib/libgcj.so.5.0.0)
at _Jv_WaitForState(java.lang.Class, int) (/usr/lib/libgcj.so.5.0.0)
at java.lang.VMClassLoader.linkClass0(java.lang.Class) (/usr/lib/libgcj.so.5.0.0)
at java.lang.VMClassLoader.resolveClass(java.lang.Class) (/usr/lib/libgcj.so.5.0.0)
...13 more
Exception in thread "main" java.lang.NoClassDefFoundError: org.gudy.azureus2.core3.logging.Logger
at java.lang.Class.initializeClass() (/usr/lib/libgcj.so.5.0.0)
at _Jv_ResolvePoolEntry(java.lang.Class, int) (/usr/lib/libgcj.so.5.0.0)
at org.gudy.azureus2.ui.swt.StartServer.StartServer() (Unknown Source)
at org.gudy.azureus2.ui.swt.Main.Main(java.lang.String[]) (Unknown Source)
at org.gudy.azureus2.ui.swt.Main.main(java.lang.String[]) (Unknown Source)
Azureus TERMINATED.

How should I go about it? I use Red Hat Enterprise Linux v4 [Gnome].
Thanks.
If you download Azureus fron Sourceforge, once you 'untar' the tarball, is all ready to go. In the folder you will find a file /tmp/azureus/azureus that's ready to run.
 
Old 05-13-2007, 01:58 PM   #3
Aravind_t
LQ Newbie
 
Registered: Feb 2007
Location: India
Distribution: RHEL AS v4 [Gnome]
Posts: 8

Original Poster
Rep: Reputation: 0
I've downloaded from sourceforge and 'untarred' by issuing the command
"tar xvjf Azureus_2.5.0.4_linux.tar.bz2"
A folder is created which contains:

azureus
Azureus.png
ChangeLog.txt
plugins
swt-about.html
Azureus2.jar
Azureus.torrent.png
License.txt
README.txt
swt.jar

No tmp directory.

I use gnome.
 
Old 05-13-2007, 02:23 PM   #4
Pumalite
Member
 
Registered: Apr 2007
Location: All over
Distribution: Suse 10.2
Posts: 131

Rep: Reputation: 15
Quote:
Originally Posted by Aravind_t
I've downloaded from sourceforge and 'untarred' by issuing the command
"tar xvjf Azureus_2.5.0.4_linux.tar.bz2"
A folder is created which contains:

azureus
Azureus.png
ChangeLog.txt
plugins
swt-about.html
Azureus2.jar
Azureus.torrent.png
License.txt
README.txt
swt.jar

No tmp directory.

I use gnome.
I'm using Suse 10.2; maybe that's why the difference. Seriously, I don't remember having to compile it. What does the README.txt says in your case? In my case, all I had to do was double click on the file 'azureus' and a message came up giving me the choice to 'Display'. 'Run in Terminal? or simply 'Run?. If you choose the latter Azureus shows up with it's Wizard.

This is my README.txt file:

REQUIREMENTS:
Azureus requires Sun Java 1.4.x or newer to run.
JRE 1.5 (5.0 series) is highly recommended.
http://java.sun.com

RUNNING:
1. Extract the contents of this .tar.bz2 file.
2. Change to the 'azureus' directory where the files were extracted.
3. Start Azureus by running the script named 'azureus'; ex. "./azureus"

NOTE:
If you have the Java JRE installed somewhere unusual (or not in your PATH),
use the JAVA_PROGRAM_DIR option in the script.

If you keep having troubles, I'd update to the latest Java. ( Link in the README file )

Last edited by Pumalite; 05-13-2007 at 02:34 PM.
 
Old 05-13-2007, 02:31 PM   #5
Aravind_t
LQ Newbie
 
Registered: Feb 2007
Location: India
Distribution: RHEL AS v4 [Gnome]
Posts: 8

Original Poster
Rep: Reputation: 0
The Readme.txt file contains:

"REQUIREMENTS:
Azureus requires Sun Java 1.4.x or newer to run.
JRE 1.5 (5.0 series) is highly recommended.
http://java.sun.com

RUNNING:
1. Extract the contents of this .tar.bz2 file.
2. Change to the 'azureus' directory where the files were extracted.
3. Start Azureus by running the script named 'azureus'; ex. "./azureus"

NOTE:
If you have the Java JRE installed somewhere unusual (or not in your PATH),
use the JAVA_PROGRAM_DIR option in the script."


I have jre1.6.0_01 installed (verified from www.java.com/getjava) but when I issue the 'java -version' command it shows 1.4.2:

[oracle@ivory ~]$ java -version
java version "1.4.2"
gcj (GCC) 3.4.6 20060404 (Red Hat 3.4.6-8)
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Last edited by Aravind_t; 05-13-2007 at 02:35 PM.
 
Old 05-13-2007, 02:42 PM   #6
jay73
LQ Guru
 
Registered: Nov 2006
Location: Belgium
Distribution: Ubuntu 11.04, Debian testing
Posts: 5,019

Rep: Reputation: 133Reputation: 133
Run these in a terminal:

echo JRE_HOME=/path/to/jre6 >> /etc/profile
echo export JRE_HOME >> /etc/profile
source /etc/profile

Then cd to /path/to/azureus
and run
azureus
 
Old 05-13-2007, 02:59 PM   #7
Aravind_t
LQ Newbie
 
Registered: Feb 2007
Location: India
Distribution: RHEL AS v4 [Gnome]
Posts: 8

Original Poster
Rep: Reputation: 0
I did using su as it gave a permission denied error.
[root@ivory oracle]# echo JRE_HOME=/usr/java/jre1.6.0_01 >> /etc/profile
[root@ivory oracle]# echo export JRE_HOME >> /etc/profile
[root@ivory oracle]# source /etc/profile

Then I cd to /usr/java/jre1.6.0_01 but there is no azureus folder there
I checked in /usr/java/ too.

echo $PATH as root contains:
[root@ivory oracle]# echo $PATH
/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/oracle/bin

as a non-root user contains:
[oracle@ivory ~]$ echo $PATH
/usr/kerberos/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/oracle/bin


At the end of the /etc/profile it shows:

unset i
unset pathmunge
JRE_HOME=/path/to/jre6
export JRE_HOME
JRE_HOME=/usr/java/jre1.6.0_01
export JRE_HOME
JRE_HOME=/usr/java/jre1.6.0_01/
export JRE_HOME

Remember, I am a newbie as it states under my name on the left corner so please don't laugh!

Last edited by Aravind_t; 05-13-2007 at 03:13 PM.
 
Old 05-13-2007, 06:58 PM   #8
jay73
LQ Guru
 
Registered: Nov 2006
Location: Belgium
Distribution: Ubuntu 11.04, Debian testing
Posts: 5,019

Rep: Reputation: 133Reputation: 133
Quote:
JRE_HOME=/path/to/jre6
export JRE_HOME
JRE_HOME=/usr/java/jre1.6.0_01
export JRE_HOME
JRE_HOME=/usr/java/jre1.6.0_01/
export JRE_HOME
How did you end up with three sets of those? One should be enough. From the looks of it, JRE was already there so you should remove the first pair (JRE_HOME=/path/... to export JRE_HOME just underneath). Remove the last pair as well so that only lines 3 and 4 remain.
Verify that jre really resides under in the java subdirectory of /usr. If not, the path will need to be adjusted.
Then run this command again:
source /etc/profile
And check by running java - version.

Quote:
Then I cd to /usr/java/jre1.6.0_01 but there is no azureus folder there
I checked in /usr/java/ too.
Of course it isn't, azureus is in a folder of its own, not in the java folder. You can run this command:
whereis azureus
and that should show where it was installed. You need to cd to the azureus folder. For example, it it was placed under /usr/local, you should:
cd /usr/local/azureus/
and then run:
azureus
 
Old 05-14-2007, 02:02 AM   #9
Aravind_t
LQ Newbie
 
Registered: Feb 2007
Location: India
Distribution: RHEL AS v4 [Gnome]
Posts: 8

Original Poster
Rep: Reputation: 0
now it is:

unset i
unset pathmunge
JRE_HOME=/usr/java/jre1.6.0_01/
export JRE_HOME

But even after I issued source /etc/profile and issue 'java -version', I still get as 1.4.2.
I had extracted in the directory /home/oracle/Desktop/Fireload/azureus.
And I issued the command azureus:

[oracle@ivory azureus]$ azureus
bash: azureus: command not found

If I try ./azureus I get the old huge list of errors which I've posted previously.
 
Old 05-14-2007, 03:27 AM   #10
jay73
LQ Guru
 
Registered: Nov 2006
Location: Belgium
Distribution: Ubuntu 11.04, Debian testing
Posts: 5,019

Rep: Reputation: 133Reputation: 133
Looking over the error log, I'm struck by the presence of a charset exception. It makes me wonder whether it's not simply a local issue. Could it be that JRE does not support your language?

You should be able to set English like this:
$ LC_CTYPE=en_GB;LANG=en_GB;azureus
 
Old 05-14-2007, 04:26 AM   #11
Aravind_t
LQ Newbie
 
Registered: Feb 2007
Location: India
Distribution: RHEL AS v4 [Gnome]
Posts: 8

Original Poster
Rep: Reputation: 0
Looks like I'll be stuck here. Any other clients you prefer? I've already tried installing bittorrent and it says missing pythons and all. I've been through a maze while trying to installing it.
 
Old 05-14-2007, 06:35 AM   #12
jay73
LQ Guru
 
Registered: Nov 2006
Location: Belgium
Distribution: Ubuntu 11.04, Debian testing
Posts: 5,019

Rep: Reputation: 133Reputation: 133
This appears to be excellent as well:

http://ktorrent.org/

I only hope you have better luck with it.
 
Old 05-14-2007, 09:24 AM   #13
Aravind_t
LQ Newbie
 
Registered: Feb 2007
Location: India
Distribution: RHEL AS v4 [Gnome]
Posts: 8

Original Poster
Rep: Reputation: 0
I suppose thats for KDE. I use gnome. Please tell me which other clients are good and easy to install
 
Old 05-14-2007, 10:17 AM   #14
jay73
LQ Guru
 
Registered: Nov 2006
Location: Belgium
Distribution: Ubuntu 11.04, Debian testing
Posts: 5,019

Rep: Reputation: 133Reputation: 133
I'm afraid I'be been using Azureus and Ktorrent only so I can't really recommend on anything else. Deluge might be an option but it looks a lot more limited than the other two. Still, it's GTK based so if you need something to run nicely with Gnome, it may be worthwile looking into. Or perhaps torrentflux? It's described as "web-based, feature-rich bittorrent client" - but that's all I know about it.
 
  


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
Installing Azureus mat_uk111 SUSE / openSUSE 8 12-09-2005 07:30 AM
trouble installing Azureus alex1986 Linux - Software 3 12-05-2005 08:08 PM
installing Azureus? greythorne Ubuntu 1 10-29-2005 11:12 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 10:52 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