LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 11-25-2003, 08:06 AM   #1
wedgeworth
Member
 
Registered: Aug 2003
Posts: 234

Rep: Reputation: 30
rpm isn't working (won't install)


i've downloaded an rpm to update my openssl. i'm running linux 7.3 so openssl-devel-0.9.6b-35.7.i386.rpm looks the best to update with. however i'm having trouble installing it. i've used rpm -U --force openssl-devel-0.9.6b-35.7.i386.rpm....but this is the error i get. can anyone help.....



# rpm -U --force openssl-devel-0.9.6b-35.7.i386.rpm
error: failed dependencies:
openssl = 0.9.6b-35.7 is needed by openssl-devel-0.9.6b-35.7


note: openssl-0.9.6b-28 is the rpm that is found when running rpm -qa
 
Old 11-25-2003, 08:12 AM   #2
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
It looks like you are going to have to find openssl-0.9.6b-35.7.i386.rpm to upgrade.
rpmfind
 
Old 11-25-2003, 09:12 AM   #3
wedgeworth
Member
 
Registered: Aug 2003
Posts: 234

Original Poster
Rep: Reputation: 30
i've already found the rpm.....and i've downloaded it.....the problem is i can't get it to upgrade/install. the rpm -U command doesn't seem to be working.....how can i get it to?
 
Old 11-25-2003, 09:21 AM   #4
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
Try putting both rpms in an empty folder, cd to that folder and try

rpm -Uvh *
 
Old 11-25-2003, 09:53 AM   #5
wedgeworth
Member
 
Registered: Aug 2003
Posts: 234

Original Poster
Rep: Reputation: 30
move openssl-devel-0.9.6b-35.7.i386.rpm (aka newer version) to some test file and tried rpm -Uvh *. still getting same error.



# rpm -Uvh --force *
error: failed dependencies:
openssl = 0.9.6b-35.7 is needed by openssl-devel-0.9.6b-35.7
 
Old 11-25-2003, 10:04 AM   #6
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
Put both rpms in that directory

The rpm bible - Maximum RPM
 
Old 11-25-2003, 10:25 AM   #7
wedgeworth
Member
 
Registered: Aug 2003
Posts: 234

Original Poster
Rep: Reputation: 30
i can't seem to find the old openssl rpm.

cd /
find . -name "openssl*.rpm"

are only returning the locations of the newer rpm's. the rpm -qa is only telling me which version of the openssl is running. not where it is located. i don't know if the upgrade option (that isn't working properly) has already removed some of them. anyway i can't find the old rpm to place in the folder with the new one. thanks for the link hopefully that will help. still though if anyone knows why the upgrade isn't working i would like to know.....thanks

Last edited by wedgeworth; 11-25-2003 at 10:27 AM.
 
Old 11-25-2003, 10:39 AM   #8
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
BTW, What do you mean by linux 7.3 as there is no such animal? Would that perhaps be Red Hat 7.3?

The error message is telling you that you need to match openssl and openssl-devel. You need to download both packages.

openssl-devel-0.9.6b-35.7.i386.rpm
openssl-0.9.6b-35.7.i386.rpm

If you have and can't remember where you downloaded the other package to, try this

updatedb
locate openssl-0.9.6b-35.7.i386.rpm

If you havent found and downloaded it you will have to do so.

Just in case you are running Red Hat 7.3, here are some links:

# Red Hat links
Red Hat Linux Manuals
Get your mp3 support here
Maximum RPM
rpmfind
Easier software management: apt4rpm - Red Carpet
Red Hat 8.0 Tips & Tricks

# Red Hat 7.3 down configuration commands
setup leads to several configuration tools

# Red Hat 7.3 up configuration commands
Configure soundcard:
redhat-config-soundcard
Configure X server:
redhat-config-xfree86
Configure network:
redhat-config-network
Manage software:
redhat-config-packages
Red Hat Linux 8.0 Package Management Tool
Red Hat 9.0 Package Management Tool
Manage users
redhat-config-users

# Handling NTFS
New Technology FileSystem (NTFS) HOWTOs
Linux NTFS project

Last edited by fancypiper; 11-25-2003 at 10:46 AM.
 
Old 11-25-2003, 10:51 AM   #9
wedgeworth
Member
 
Registered: Aug 2003
Posts: 234

Original Poster
Rep: Reputation: 30
ok i didn't download openssl-devel-0.9.6b-35.7.i386.rpm.......ok i think this might help......thanks so much.
 
Old 11-25-2003, 10:55 AM   #10
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
Strange.. your first post:
Quote:
i've downloaded an rpm to update my openssl. i'm running linux 7.3 so openssl-devel-0.9.6b-35.7.i386.rpm looks the best to update with. however i'm having trouble installing it. i've used rpm -U --force openssl-devel-0.9.6b-35.7.i386.rpm....but this is the error i get. can anyone help.....
That seems to say it was the openssl-0.9.6b-35.7.i386.rpm that wasn't downlded
 
Old 11-25-2003, 11:06 AM   #11
wedgeworth
Member
 
Registered: Aug 2003
Posts: 234

Original Poster
Rep: Reputation: 30
yeah sorry......


i'm running redhat 7.3. therefore my search for the most recent and stable openssl rpm for red hat 7.3 was openssl-devel-0.9.6b-35.7.i386.rpm. anyway i've been trying to upgrade my openssl from a lower version and i've been having problems.....


there hopefully that makes more since.


and it seems to be working now once i got both files together
openssl-devel-0.9.6b-35.7.i386.rpm
openssl-0.9.6b-35.7.i386.rpm

thanks again

Last edited by wedgeworth; 11-25-2003 at 11:43 AM.
 
  


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
Trying to install rpm, not working :( brynjarh Linux - Newbie 1 06-29-2004 12:09 PM
confused with Y! rpm install not working Lleb_KCir Linux - Software 0 05-23-2004 03:12 PM
How do I force an older rpm to install over a newer rpm of wine onyx Linux - Software 4 02-20-2004 12:44 AM
Help : rpm dependency error when install video driver rpm ymdwxm Linux - Software 1 04-04-2003 04:55 PM
RPM Install has quit working on RH8 Cher Linux - Software 4 03-03-2003 09:21 PM

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

All times are GMT -5. The time now is 10:52 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