LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Red Hat (https://www.linuxquestions.org/questions/red-hat-31/)
-   -   rpm without dependencies (https://www.linuxquestions.org/questions/red-hat-31/rpm-without-dependencies-583572/)

max- 09-10-2007 05:48 AM

rpm without dependencies
 
Hi,

I m trying to install httpd package on RHEL 5
its showing me ...
---------------------------------------------------------------
rpm -ivh httpd-2.2.3-6.el5.i386.rpm
error: Failed dependencies:
libapr-1.so.0 is needed by httpd-2.2.3-6.el5.i386
libaprutil-1.so.0 is needed by httpd-2.2.3-6.el5.i386
---------------------------------------------------------------
hence i m not able to install , even i m not able to get
above packages (i.e libapr, libaprutil ).

can anybody tell what is the solution for this ?.
can i install httpd package without dpendencies.

Thx & regards

Okie 09-10-2007 06:39 AM

rpm --nodeps -ivh httpd-2.2.3-6.el5.i386.rpm

run rpm --help and you will get more info

if httpd needs those packages you might find httpd broken until those packages are installed, build them from source maybe?

try to find "Apache Portable Runtime library",

http://apr.apache.org/

ilikejam 09-10-2007 08:08 AM

Hi.

Go to www.rpmseek.com and search for the missing files. You should be able to find the missing dependencies there using the 'Package contains file' search.

Dave

reddazz 09-10-2007 08:11 AM

Quote:

if httpd needs those packages you might find httpd broken until those packages are installed, build them from source maybe?
Or just install them from the Red hat discs since they are included on the installation media. Another alternative would be to download the rpms from wherever he got the httpd rpm.


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