LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Help installing Limewire (https://www.linuxquestions.org/questions/linux-general-1/help-installing-limewire-11590/)

AMDPwred 01-11-2002 04:03 PM

Help installing Limewire
 
I've downloaded Limewire and it's in .bin format. How can I install that type of program?

trickykid 01-11-2002 04:23 PM

you can usually just type the filename from the command line ./name-of-file.bin

AMDPwred 01-11-2002 04:25 PM

Must I be root?

*Well I tried both ways and it says "Permission denied" each time.

trickykid 01-11-2002 04:26 PM

it depends.. did you download with root or user.. if a user downloaded it, they are the owner of the file and can install it.. if your root, you can change the permissions and allow users to install it...

AMDPwred 01-11-2002 04:30 PM

How can I grant myself access to install the file?

neo77777 01-11-2002 04:31 PM

And there is another entrapment if you have kaffe suit installed on the system. You will need the latest Java SDK from java.sun.com installed in order to compile the LimeWire, and it might confllict with kaffe if it is installed, so you might want to uninstall kaffe before compiling and install Java with proper $PATH udjustment.

AMDPwred 01-11-2002 04:56 PM

I figured out how to access the file. I needed to set the chmod on it. So I did, then I went and installed the JVM but I need to figure out how to set my PATH environment variable.

I've installed the 1.3.1 JDK and SDK from Sun.

bluecadet 01-11-2002 06:06 PM

in /etc/rc.local

export PATH=$PATH:/usr/local/jdk1.3.1/bin

or whatever...

AMDPwred 01-11-2002 06:10 PM

Just add that export line wherever with the rc.local file?

therion12 01-11-2002 06:30 PM

AMDpowered try this: (i did this for me)

login as root.

browse to /etc

find the profile file (NOT profile.d)

Anywhere in the file add this line:

PATH="$PATH:/usr/java/jre1.3.1_02/bin/"

That seems to work for me.

AMDPwred 01-11-2002 07:17 PM

Ok, I tried that but I still get the same error. :(


All times are GMT -5. The time now is 03:37 AM.