LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Server
User Name
Password
Linux - Server This forum is for the discussion of Linux Software used in a server related context.

Notices


Reply
  Search this Thread
Old 02-01-2011, 03:04 AM   #1
JATA01
Member
 
Registered: Nov 2007
Posts: 207

Rep: Reputation: 15
Exclamation Dependencies error


Dear Friends,

I have tried to install http* packages from the RHEL5.5 DVD but getting dependencies error. Right now we do not have any yum server.

--------------------------------------
[root@ps14i0812ap268 Server]# rpm -ivh httpd* --nodeps
warning: httpd-2.2.3-43.el5.x86_64.rpm: Header V3 DSA signature: NOKEY, key ID 37017186
Preparing... ########################################### [100%]
1:httpd ########################################### [ 25%]
2:httpd-devel ########################################### [ 50%]
3:httpd-devel ########################################### [ 75%]
4:httpd-manual ########################################### [100%]
[root@ps14i0812ap268 Server]# rpm -ivh httpd*
warning: httpd-2.2.3-43.el5.x86_64.rpm: Header V3 DSA signature: NOKEY, key ID 37017186
error: Failed dependencies:
libapr-1.so.0()(64bit) is needed by httpd-2.2.3-43.el5.x86_64
libaprutil-1.so.0()(64bit) is needed by httpd-2.2.3-43.el5.x86_64
apr-devel is needed by httpd-devel-2.2.3-43.el5.i386
apr-util-devel is needed by httpd-devel-2.2.3-43.el5.i386
apr-devel is needed by httpd-devel-2.2.3-43.el5.x86_64
apr-util-devel is needed by httpd-devel-2.2.3-43.el5.x86_64
[root@ps14i0812ap268 Server]# rpm -ivh libapr-1.so.0
error: open of libapr-1.so.0 failed: No such file or directory
[root@ps14i0812ap268 Server]# rpm -ivh apr-util-devel*
warning: apr-util-devel-1.2.7-11.el5.i386.rpm: Header V3 DSA signature: NOKEY, key ID 37017186
error: Failed dependencies:
apr-devel is needed by apr-util-devel-1.2.7-11.el5.i386
apr-util = 1.2.7-11.el5 is needed by apr-util-devel-1.2.7-11.el5.i386
db4-devel is needed by apr-util-devel-1.2.7-11.el5.i386
expat-devel is needed by apr-util-devel-1.2.7-11.el5.i386
libaprutil-1.so.0 is needed by apr-util-devel-1.2.7-11.el5.i386
openldap-devel is needed by apr-util-devel-1.2.7-11.el5.i386
apr-devel is needed by apr-util-devel-1.2.7-11.el5.x86_64
apr-util = 1.2.7-11.el5 is needed by apr-util-devel-1.2.7-11.el5.x86_64
db4-devel is needed by apr-util-devel-1.2.7-11.el5.x86_64
expat-devel is needed by apr-util-devel-1.2.7-11.el5.x86_64
libaprutil-1.so.0()(64bit) is needed by apr-util-devel-1.2.7-11.el5.x86_64
openldap-devel is needed by apr-util-devel-1.2.7-11.el5.x86_64
[root@ps14i0812ap268 Server]# rpm -ivh apr-devel*
warning: apr-devel-1.2.7-11.el5_3.1.i386.rpm: Header V3 DSA signature: NOKEY, key ID 37017186
error: Failed dependencies:
apr = 1.2.7-11.el5_3.1 is needed by apr-devel-1.2.7-11.el5_3.1.i386
gcc = 4.1.2 is needed by apr-devel-1.2.7-11.el5_3.1.i386
libapr-1.so.0 is needed by apr-devel-1.2.7-11.el5_3.1.i386
apr = 1.2.7-11.el5_3.1 is needed by apr-devel-1.2.7-11.el5_3.1.x86_64
gcc = 4.1.2 is needed by apr-devel-1.2.7-11.el5_3.1.x86_64
libapr-1.so.0()(64bit) is needed by apr-devel-1.2.7-11.el5_3.1.x86_64
[root@ps14i0812ap268 Server]#


---------------------------------------
So, how can we install http* rpm??

Thanks-
Shankar
 
Old 02-01-2011, 03:17 AM   #2
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
if you're only using rpm, then you install those packages too, it's not an error, you just haven't completed the picture yet. if httpd is on the DVD, every single one of those packages will also be on the DVD, guaranteed. Don't install by wildcard, that's just bad, as you're going to install both i686 and x86_64 on your system, which you don't want to do by default.
 
Old 02-02-2011, 01:00 AM   #3
JATA01
Member
 
Registered: Nov 2007
Posts: 207

Original Poster
Rep: Reputation: 15
Thanks Chris,

Yes we should not include *.

I have created yum locally and its working fine now.

Regards,
Shankar
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
error: Failed dependencies: debasis_orkut Red Hat 2 10-29-2009 09:43 AM
Fedora 9: error when compiling flash plug-in with error failed dependencies seow_ming Fedora 2 06-17-2008 07:17 PM
Dependencies Error??????? lin_myworld Linux - Newbie 8 12-23-2007 04:46 AM
Error: Failed dependencies r0ck Linux - Software 3 05-09-2005 03:24 PM
I recieve a failed dependencies error, but I have all required dependencies Laptop2250 Linux - Software 15 02-03-2004 07:58 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Server

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