![]() |
|
Register | FAQ | The Twelve Commandments | Members List | Calendar | Arcade | Find the Best VPN | Today's Posts | Search |
General Linux Support For questions regarding use of LimeWire or WireShare or related questions on the Linux operating system. This includes installation questions and answers. (Check the Stickies marked in Red at top of this section.) |
![]() |
| LinkBack | Thread Tools | Display Modes |
|
| |||
![]() 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 |
| |||
![]() 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 |
![]() |
| |
![]() | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
New User Help | RJ3301 | Download/Upload Problems | 0 | June 1st, 2005 01:22 PM |
New User | forbsie | Download/Upload Problems | 2 | February 18th, 2005 07:47 AM |
New User | Jacque672 | Chat - Open Topics - The Lounge | 1 | February 13th, 2005 03:37 AM |
Please help - new user | Ng043256 | Windows | 0 | January 22nd, 2005 04:09 PM |
cant browse limewire user? is this user sharing!? | LimeySalior | LimeWire Beta Archives | 8 | October 19th, 2004 09:58 AM |