View Single Post
  #7 (permalink)  
Old August 11th, 2002
nDiScReEt's Avatar
nDiScReEt nDiScReEt is offline
_eLeCtRiFyInG MeMbRr_
 
Join Date: May 9th, 2002
Location: Chicago
Posts: 232
nDiScReEt is flying high
Default Re: Limewire and redhat 7.3

Quote:
Originally posted by kaimano
Hi all.

I have a problem to install Limewire on my redhat 7.3 distribution.

When i try to install limewire.bin say:

Preparing to install...
Extracting the installation resources from the installer archive...
Configuring the installer for this system's environment...

Launching installer...

Exception in thread "main" java.lang.NoClassDefFoundError: com/zerog/lax/LAX
From this link:
http://www.gnutellaforums.com/showth...&threadid=7148

let us try the solution which is:
<snip>!!!! FIX !!!
in the java 1.3.1 release notes, i found this:

* For Linux users - The newer glibc-2.2.x libraries cannot correctly handle initial thread stack sizes larger than 6 MB. This can cause a segmentation fault on come Linux platforms that use the newer libraries. Such platforms include Red Hat 7.0, Mandrake 8.0, SuSe 7.2, and Debian 2.2. The problem will not occur on Linux platforms that are using glibc-2.1.x such as Red Hat 6.1 and 6.2. It will also not affect Red Hat 7.1 because it uses a different thread stack layout. This problem is being tracked as bug 4466587.

Workaround - Use "ulimit -s 2048" in bash shell or "limit stacksize 2048" in tcsh to limit the initial thread stack to 2 MB.

i added the line "ulimit -s 2048" to runlime.sh just before the call of java and now it works!
</snip>
You can either put it in the runLime.sh or put it in your .bashrc or .bash_profile.

HTH, Please report any findings.

altoine
Reply With Quote