Results 1 to 5 of 5
trying to update the JRE on a slackware system and I am using the rpm pkg.
rpm -ivf *.rpm leaves me with Failed Dependencies:
/bin/basename
/bin/cat
/bin/cp
/bin/gawk
/bin/grep
and ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 07-19-2007 #1Just Joined!
- Join Date
- Jul 2007
- Posts
- 8
Problem with JRE install
trying to update the JRE on a slackware system and I am using the rpm pkg.
rpm -ivf *.rpm leaves me with Failed Dependencies:
/bin/basename
/bin/cat
/bin/cp
/bin/gawk
/bin/grep
and so on ... all end with "is needed by (java pkg)
I've checked and they are there
anyone have any possible solutions to this ?
Cheers
**latest slackware 12**Last edited by marioland; 07-19-2007 at 12:31 AM. Reason: adding info
- 07-19-2007 #2
Non of the rpm packages will install in your system since they will look at the standard RPM log files and they will find nothing installed .
So the best way if you want to install a rpm package in your Slackware it's to convert it to tgz and after install it
rpm2tgz *.rpm
installpkg *.tgz
i don't recommand this solution , but i have some packages installed like this and they are working perfect (mainly games).
but always look at the standard packages compiled for Slackware , you can download them from LinuxPackages: View
Regards.Linux is not only an operating system, it's a philosophy.
Archost.
- 07-19-2007 #3Just Joined!
- Join Date
- Jul 2007
- Posts
- 8
I had a feeling it had to do with that but thanks for the confirmation.
- 07-19-2007 #4
i am having the same problem though i did upgradepkg --reinstall jre-6u1-i586-1.tgz
and firefox plugin still isnt working . any help would be great
- 07-19-2007 #5
Wish plugins of mozilla is failing ? have a look to /usr/lib/firefox/plugins and see if you have the correct java symlinc to the correct plugins
Linux is not only an operating system, it's a philosophy.
Archost.


Reply With Quote
