LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 07-22-2008, 01:13 PM   #1
martysha
LQ Newbie
 
Registered: May 2008
Location: Sofia, Bulgaria (GMT+2)
Distribution: Slackware 12
Posts: 26

Rep: Reputation: 15
java runtime environment dependencies?


hello

i have a problem with installing java runtime plugin for mozilla firefox 2.0.0.16

i am downloading it from the sun site, and at the end of the installation, i have the following message:

Code:
yes
Unpacking...
Checksumming...
Extracting...
UnZipSFX 5.50 of 17 February 2002, by Info-ZIP (Zip-Bugs@lists.wku.edu).
  inflating: jre-6u7-linux-i586.rpm
error: Failed dependencies:
        /bin/basename is needed by jre-1.6.0_07-fcs
        /bin/cat is needed by jre-1.6.0_07-fcs
        /bin/cp is needed by jre-1.6.0_07-fcs
        /bin/gawk is needed by jre-1.6.0_07-fcs
        /bin/grep is needed by jre-1.6.0_07-fcs
        /bin/ln is needed by jre-1.6.0_07-fcs
        /bin/ls is needed by jre-1.6.0_07-fcs
        /bin/mkdir is needed by jre-1.6.0_07-fcs
        /bin/mv is needed by jre-1.6.0_07-fcs
        /bin/pwd is needed by jre-1.6.0_07-fcs
        /bin/rm is needed by jre-1.6.0_07-fcs
        /bin/sed is needed by jre-1.6.0_07-fcs
        /bin/sort is needed by jre-1.6.0_07-fcs
        /bin/touch is needed by jre-1.6.0_07-fcs
        /usr/bin/cut is needed by jre-1.6.0_07-fcs
        /usr/bin/dirname is needed by jre-1.6.0_07-fcs
        /usr/bin/expr is needed by jre-1.6.0_07-fcs
        /usr/bin/find is needed by jre-1.6.0_07-fcs
        /usr/bin/tail is needed by jre-1.6.0_07-fcs
        /usr/bin/tr is needed by jre-1.6.0_07-fcs
        /usr/bin/wc is needed by jre-1.6.0_07-fcs
        /bin/sh is needed by jre-1.6.0_07-fcs

Done.
i've tried to search for a package, but without success

any ideas?
 
Old 07-22-2008, 01:21 PM   #2
trickykid
LQ Guru
 
Registered: Jan 2001
Posts: 24,149

Rep: Reputation: 269Reputation: 269Reputation: 269
You're trying to install an RPM on a system that doesn't natively use RPM, so it can't find the necessary dependencies in the RPM database. I'd suggest downloading the jre bin file that's not RPM format and install by those means, that's if this is a Slackware OS you're installing on since you posted in Slackware.
 
Old 07-22-2008, 01:27 PM   #3
martysha
LQ Newbie
 
Registered: May 2008
Location: Sofia, Bulgaria (GMT+2)
Distribution: Slackware 12
Posts: 26

Original Poster
Rep: Reputation: 15
aaah ok - i will try it immediately
 
Old 07-22-2008, 02:02 PM   #4
martysha
LQ Newbie
 
Registered: May 2008
Location: Sofia, Bulgaria (GMT+2)
Distribution: Slackware 12
Posts: 26

Original Poster
Rep: Reputation: 15
trickykid,

thank you! it's working fine now!

Last edited by martysha; 07-22-2008 at 02:07 PM. Reason: i've just found where i should indicate the link for the new java folder
 
Old 07-22-2008, 02:40 PM   #5
dugan
LQ Guru
 
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 11,225

Rep: Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320
Quote:
Originally Posted by martysha View Post
hello
i have a problem with installing java runtime plugin for mozilla firefox 2.0.0.16. I am downloading it from the sun site...
Correct me if I'm wrong, but doesn't Slackware 12.1 come with a Java plugin for Mozilla?

Last edited by dugan; 07-22-2008 at 02:41 PM.
 
Old 07-22-2008, 02:43 PM   #6
Eternal_Newbie
Member
 
Registered: Jun 2005
Location: The Pudding Isles
Distribution: Slackware
Posts: 573

Rep: Reputation: 59
Yup, but JRE 6u6 has some serious security flaws in it.

http://www.us-cert.gov/cas/techalerts/TA08-193A.html

Last edited by Eternal_Newbie; 07-22-2008 at 02:46 PM. Reason: added cert link
 
Old 07-23-2008, 12:20 AM   #7
willysr
Senior Member
 
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,661

Rep: Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784
and it has been fixed with update 7
 
Old 07-23-2008, 03:42 AM   #8
Eternal_Newbie
Member
 
Registered: Jun 2005
Location: The Pudding Isles
Distribution: Slackware
Posts: 573

Rep: Reputation: 59
Quote:
Originally Posted by willysr View Post
and it has been fixed with update 7
That alert is a little unclear, but yes. I am sure PV will make an update available in due course, but if you use Java a lot it is probably worth updating now. The slackbuild scripts for JRE and JDK 6u6 can be used to build packages for 6u7 with a little editing.
 
Old 07-23-2008, 08:16 AM   #9
symatic
Member
 
Registered: May 2007
Distribution: Slackware
Posts: 242

Rep: Reputation: 32
you can get that update from -current if you want.
 
  


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
Java Programming: Java Runtime Environment not found when trying to compile murbz Linux - Software 2 03-26-2009 03:04 AM
Java runtime environment WayneS Linux - Software 2 09-07-2006 04:47 PM
Java runtime environment Ab3n Linux - Newbie 5 08-19-2005 03:50 PM
Which Java Runtime Environment to use? r_jensen11 Linux - Software 4 09-13-2003 06:43 PM
Java Runtime Environment J_Szucs Linux - Newbie 6 02-18-2002 06:25 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 08:06 AM.

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