Gnutella Forums

Gnutella Forums (https://www.gnutellaforums.com/)
-   General Linux Support (https://www.gnutellaforums.com/general-linux-support/)
-   -   User? (https://www.gnutellaforums.com/general-linux-support/18122-user.html)

Korozion December 22nd, 2002 09:43 PM

User?
 
By adding my java path to my ld.so.conf I am able to install just fine. The only question I have is, does it matter if I install to say /usr/local so that all users may access LimeWire? It seems to work, but not sure if there will be problems

b4k4^ni January 13th, 2003 12:48 PM

sytem wide installation
 
The best approach is to get the tarball and install it in a directory accessible system wide.

I installed it in /usr/local/LimeWire and it seems to run ok as long as you cd to that directory (a java thing). The other gotcha is that the runLime.sh file must have execute attribute.

Fix this with this command:

#chmod a+x /usr/local/LimeWire/runLime.sh

After this any user can run LimeWire from their account with the following commands:

cd /usr/local/LimeWire
./runLime.sh

For java to work right you need to be in the directory where the program is. That is why you need the cd command.

I made it easy for my users by creating bash script /usr/local/bin/limewire with the following commands:

#!/bin/bash
cd /usr/local/LimeWire
./runLime.sh
exit

Also don't forget to make it executable:

chmod a+x /usr/local/bin/limewire

After this, users can start LimeWire with the command:

limewire


All times are GMT -7. The time now is 08:01 AM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
SEO by vBSEO 3.6.0 ©2011, Crawlability, Inc.

Copyright © 2020 Gnutella Forums.
All Rights Reserved.