Greetings.
I'm the OP. Here are the answers to your troubleshooting questions... you can assume you're talking to someone with a reasonable amount of Unix experience.
Quote:
Originally posted by nDiScReEt
1.) What shell environment are you using (bash, czsh, ksh)?
|
czsh? That's a new one for me... I'm using tcsh.
Quote:
2.) What is the script that you actually use? Can you please cut & paste it here?
|
Nothing special:
#!/bin/tcsh
cd /usr/local/LimeWire
sh runlime.sh >& /dev/null &
This script is called /usr/bin/limewire.
Quote:
3.) What is the output of your path?
|
/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin:/usr/games
Quote:
4.) What LimeWire package are you using (tgz or bin)?
|
The tarball -- I already mentioned this.
Quote:
5.) What glibc and GNU compiler are you using?
|
glibc-devel-2.2.4-6mdk
glibc-2.2.4-9.1mdk
Quote:
6.) What is in your "/usr/bin" directory?
|
I have /usr/bin/java, which is a symlink to the jre1.3.1 Java wrapper script.
I don't have this environment variable defined.
Keep in mind that everything was working perfectly for me for LimeWire 2.3. In fact, I can still run 2.3 (which I have in a backup directory) without any problems. It's just 2.4 that won't run. Again, all file and directory names and permissions are unchanged from the previous installation.
Many thanks for any insights you may be able to offer.