Gnutella Forums  

Go Back   Gnutella Forums > Current Gnutella Client Forums > LimeWire+WireShare (Cross-platform) > Technical Support > General Linux Support
Register FAQ The Twelve Commandments Members List Calendar Arcade Find the Best VPN Today's Posts

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.)


Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old December 22nd, 2002
Korozion
Guest
 
Posts: n/a
Default 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
Reply With Quote
  #2 (permalink)  
Old January 13th, 2003
Disciple
 
Join Date: January 13th, 2003
Posts: 10
b4k4^ni is flying high
Default 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
Reply With Quote
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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
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


All times are GMT -7. The time now is 05:19 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.