LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 12-25-2003, 07:31 AM   #16
oicdn
Member
 
Registered: Dec 2003
Distribution: Suse 9.0 Pro
Posts: 136

Rep: Reputation: 15

Yeah...webshots are nice......will have to DL it later.....
 
Old 12-25-2003, 07:42 AM   #17
LSA
Member
 
Registered: Dec 2003
Distribution: Slackware 10
Posts: 45

Rep: Reputation: 15
I try to install limewire and get this

[loren@localhost Downloads]$ rpm -ivh j2re-1_4_2_03-linux-i586.rpm
Preparing... ########################################### [100%]
package j2re-1.4.2_03-fcs is already installed
[loren@localhost Downloads]$ ./LimeWireLinux.bin
Preparing to install...
Extracting the installation resources from the installer archive...
Configuring the installer for this system's environment...
No Java virtual machine could be found from your PATH
environment variable. You must install a VM prior to
running this program.



Last edited by LSA; 12-25-2003 at 09:37 AM.
 
Old 12-25-2003, 02:00 PM   #18
Area51
LQ Newbie
 
Registered: Dec 2003
Posts: 22

Rep: Reputation: 15
Hi LSA do this

su
#sh LimeWireLinux.bin
 
Old 12-25-2003, 02:53 PM   #19
LSA
Member
 
Registered: Dec 2003
Distribution: Slackware 10
Posts: 45

Rep: Reputation: 15
[root@localhost Downloads]# /home/loren/Desktop/Downloads/LimeWireLinux.bin
Preparing to install...
Extracting the installation resources from the installer archive...
Configuring the installer for this system's environment...
No Java virtual machine could be found from your PATH
environment variable. You must install a VM prior to
running this program.

Did I install the wrong version of Java?
 
Old 12-25-2003, 10:38 PM   #20
Kahless
Member
 
Registered: Jul 2003
Location: Pennsylvainia
Distribution: Slackware / Debian / *Ubuntu / Opensuse / Solaris uname: Brian Cooney
Posts: 503

Rep: Reputation: 30
Make your life a little eaiser by....


go into your mandrake package manager.

select all of the development stuff, compilers, libaries, ect and install them off the mandrake disks.

That will solve most of your issues with compiling the softwere from source (which is what im assuming you are doing)


I also am a gift fan. I personally use giFTcurs as my interface, bc it can be run via cli, and I run it in a screen session so even if I log out and kill X it can still run nicley in the background.
 
Old 12-27-2003, 10:27 PM   #21
heema
Senior Member
 
Registered: Sep 2003
Location: Egypt
Distribution: Arch
Posts: 1,528

Rep: Reputation: 47
i use overnet and its gr8 but i will try gift bec. i like fasttrack network better as i have a dialup connection
 
Old 12-28-2003, 03:03 AM   #22
fatgod
Member
 
Registered: Mar 2002
Location: Edinburgh, Scotland
Distribution: Suse 7.2, Gentoo 1.4, Solaris 9
Posts: 661

Rep: Reputation: 30
gift is top.

I use it with giftcurs, text mode client, so i can manage my downloads from work through an ssh session

Apollon looks sweet though, I wonder if it's already in the portage tree...
 
Old 12-28-2003, 06:07 PM   #23
macewan
Senior Member
 
Registered: Jan 2002
Distribution: Ubuntu, Debian
Posts: 1,055
Blog Entries: 1

Rep: Reputation: 45
Quote:
Originally posted by LSA
I try to install limewire and get this

[loren@localhost Downloads]$ rpm -ivh j2re-1_4_2_03-linux-i586.rpm
Preparing... ########################################### [100%]
package j2re-1.4.2_03-fcs is already installed
[loren@localhost Downloads]$ ./LimeWireLinux.bin
Preparing to install...
Extracting the installation resources from the installer archive...
Configuring the installer for this system's environment...
No Java virtual machine could be found from your PATH
environment variable. You must install a VM prior to
running this program.

from commandline type:

which java



suppose it returns:

/usr/java/j2re1.4.1_02/bin/java



now use gedit and open the file .bash_profile which is located in /home/loren/
to do this while still from commandline type:

gedit .bash_profile




add this line in your .bash_profile

export PATH=/usr/java/j2re1.4.1_02/bin:$PATH



now save the file and log out and then back in and limewire should be good to go



http://www.macewan.org/howto/java_an...n_redhat8.html




Last edited by macewan; 12-28-2003 at 06:09 PM.
 
Old 12-29-2003, 03:16 AM   #24
fatgod
Member
 
Registered: Mar 2002
Location: Edinburgh, Scotland
Distribution: Suse 7.2, Gentoo 1.4, Solaris 9
Posts: 661

Rep: Reputation: 30
if "java" is not already in your path then "which java" wont work.

"locate java |grep bin" might be more useful, assuming that you have "locate" and "updatedb" installed, you might want to updatedb before running locate. Or just have a hunt around and find "java" yourself.
 
Old 12-29-2003, 08:14 PM   #25
LSA
Member
 
Registered: Dec 2003
Distribution: Slackware 10
Posts: 45

Rep: Reputation: 15
Yay I got it working! you guys are great, thank you!!!!
 
Old 01-04-2004, 04:18 PM   #26
govdov
LQ Newbie
 
Registered: Jan 2004
Posts: 1

Rep: Reputation: 0
Apollon package installed...can't start it.

I am a very new user to linux.

MDK 9.2: I downloaded the all in on Apollon + gift installer, and after about two hours of compiling, needing libraries, compiling again, I finally got to the message saying that apollon was installed (Hooray!)...However, after all that, when I type Apollon on the shell line, it doesn't work...probablly a newbie thing, please help.
 
Old 01-04-2004, 09:47 PM   #27
Mugatu
Member
 
Registered: Dec 2003
Location: VA
Distribution: Ubuntu
Posts: 193

Rep: Reputation: 30
that whole apollon thing is really weird. i've got it working on several computers, but every time i do something different. first of all, make sure you run gift-setup from the command line. that will make sure gift is configured correctly. i think running apollon after that should work. if not, try running the gift daemon first (giftd), then running apollon. if all else fails, try the rpms

http://ranger.dnsalias.com/mandrake/plf/9.2/i586/
 
Old 01-05-2004, 05:17 AM   #28
johnleemk
Member
 
Registered: Sep 2003
Location: Malaysia
Distribution: Slackware 9.1
Posts: 145

Rep: Reputation: 15
For folks who can't get Apollon working, try this(it worked for me):
1. Login as root with su.
2. cd /usr/lib
3. ln -s /usr/local/lib/(the name of one of the library file you were asked for)
4. Repeat for the other library files.

Try running Apollon again.
 
  


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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
kazaa on linux??? icanspellnew Linux - Software 2 08-02-2004 04:51 AM
Kazaa for linux Linz Linux - Software 10 01-23-2004 01:21 AM
Is there such a think as a linux kazaa? crackheadjunky Linux - Software 8 08-28-2003 02:55 PM
kazaa and linux wr3ck3d Linux - Software 4 06-03-2003 09:54 AM
Kazaa for Linux with G.U.I ranixlb Linux - General 1 11-13-2002 05:30 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 02:32 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration