LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   RPM - dependencies going round in circle! (https://www.linuxquestions.org/questions/linux-newbie-8/rpm-dependencies-going-round-in-circle-258189/)

The_JinJ 11-22-2004 11:01 PM

[SOLVED] RPM - dependencies going round in circle!
 
Fedora Core 3
Trying to install httpd-2.0.52-3.1.i386.rpm

I have resolved all dependencies apart from -

httpd-2.0.52-3.1.i386.rpm --dependancy--> httpd-suexec-2.0.52-3.1.i386.rpm
httpd-suexec-2.0.52-3.1.i386.rpm --dependancy--> httpd-2.0.52-3.1.i386.rpm

Caught in a circle as can't seem to install one without the other!

Any ideas?

ror 11-22-2004 11:10 PM

Try installing them simultaneously :)

but uhrm, I'd also try asking whoever supplied the rpm :)

linux_terror 11-22-2004 11:10 PM

Code:

rpm -Uhv httpd-suexec-2.0.52-3.1.i386.rpm httpd-2.0.52-3.1.i386.rpm
that installs em both at the same time :D
if it still wont work pass it the --nodeps flag
linux_terror

detpenguin 11-22-2004 11:15 PM

ok, you have the rpm files...create a new directory in your home directory, name it...JinJ, and move the rpm files into it. then open a terminal such as konsole or xterm, cd into JinJ and type

su
your password
rpm -ivh *.rpm

and they should install for you...

The_JinJ 11-22-2004 11:16 PM

Thanks guys - doing them both at once worked :) Never thought of that.
I had tried to use --force but it didn't work....

Thanks again!!

IBall 11-22-2004 11:18 PM

You could download and install apt4rpm, which is available (I think) from apt4rpm.sourceforge.net.

Set it up as per the instructions, and then you should be able to run
Code:

aptget install httpd
and it will automatically download and install httpd, and all dependancies.

I hope this helps
--Ian

reddazz 11-23-2004 04:09 AM

If you had used yum or apt, you wouldn't have faced such problems. I'd urge you to take some time and setup either yum or apt, you'll be amazed at how much time and effort you'll save yourself when it comes to package managment on your system.


All times are GMT -5. The time now is 03:05 PM.