when I try to install httpd by the rpm command I got:
# rpm -ivh /media/cdrecorder/CentOS/RPMS/httpd-2.0.52-28.ent.centos4.i386.rpm warning: /media/cdrecorder/CentOS/RPMS/httpd-2.0.52-28.ent.centos4.i386.rpm: V3DSA signature: NOKEY, key ID 443e1821 error: Failed dependencies: apr >= 0.9.4-24.2 is needed by httpd-2.0.52-28.ent.centos4.i386 httpd-suexec is needed by httpd-2.0.52-28.ent.centos4.i386 libapr-0.so.0 is needed by httpd-2.0.52-28.ent.centos4.i386 libaprutil-0.so.0 is needed by httpd-2.0.52-28.ent.centos4.i386 Suggested resolutions:
/home/buildcentos/CENTOS/en/4.0/i386/CentOS/RPMS/apr-0.9.4-24.5.c4.2.i386.rpm
/home/buildcentos/CENTOS/en/4.0/i386/CentOS/RPMS/apr-util-0.9.4-21.i386.rpm
/home/buildcentos/CENTOS/en/4.0/i386/CentOS/RPMS/httpd-suexec-2.0.52-28.ent.centos4.i386.rpm
should I just get the rpm package name and not the full path?
I know that yum is the easy way but .... sometimes I like to run the rpm command ;-)
thanks roger
__________________________________________ RedHat Certified Engineer ( RHCE ) Cisco Certified Network Associate ( CCNA )
__________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
when I try to install httpd by the rpm command I got:
# rpm -ivh /media/cdrecorder/CentOS/RPMS/httpd-2.0.52-28.ent.centos4.i386.rpm warning: /media/cdrecorder/CentOS/RPMS/httpd-2.0.52-28.ent.centos4.i386.rpm: V3DSA signature: NOKEY, key ID 443e1821 error: Failed dependencies: apr >= 0.9.4-24.2 is needed by
[snip]
This is basic package management stuff, please read the rpm manual.
-- Daniel
--- danieldk@pobox.com wrote:
/media/cdrecorder/CentOS/RPMS/httpd-2.0.52-28.ent.centos4.i386.rpm:
V3DSA signature: NOKEY, key ID 443e1821 error: Failed dependencies: apr >= 0.9.4-24.2 is needed by
[snip]
This is basic package management stuff, please read the rpm manual.
my problem was not about howto solve dependencies by hand. I just wanted to point a very small, and cosmetic, bug I expect to be show _just_ the package name and not the _full_ path to the packages that solve the dependencies problem I guess the way to solve this is to fix some spec file, I dont know for sure, and there is a great probability that I get the same problem with RHEL too (upstreams bug :-) ) but I felt I should report this because in this yum-update-apt days, when dependencies are auto solved, there was a chance nobody know the problem yet
cu roger
__________________________________________ RedHat Certified Engineer ( RHCE ) Cisco Certified Network Associate ( CCNA )
__________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
On Tue, 26 Dec 2006 07:13:44 -0800 (PST) Roger "Peña" Escobio orkcu@yahoo.com wrote:
my problem was not about howto solve dependencies by hand. I just wanted to point a very small, and cosmetic, bug I expect to be show _just_ the package name and not the _full_ path to the packages that solve the dependencies problem
Jikes, sorry for misreading your e-mail. My apologies :).
-- Daniel
Roger PeXa Escobio wrote:
when I try to install httpd by the rpm command I got:
# rpm -ivh /media/cdrecorder/CentOS/RPMS/httpd-2.0.52-28.ent.centos4.i386.rpm warning: /media/cdrecorder/CentOS/RPMS/httpd-2.0.52-28.ent.centos4.i386.rpm: V3DSA signature: NOKEY, key ID 443e1821 error: Failed dependencies: apr >= 0.9.4-24.2 is needed by httpd-2.0.52-28.ent.centos4.i386 httpd-suexec is needed by httpd-2.0.52-28.ent.centos4.i386 libapr-0.so.0 is needed by httpd-2.0.52-28.ent.centos4.i386 libaprutil-0.so.0 is needed by httpd-2.0.52-28.ent.centos4.i386 Suggested resolutions:
/home/buildcentos/CENTOS/en/4.0/i386/CentOS/RPMS/apr-0.9.4-24.5.c4.2.i386.rpm
/home/buildcentos/CENTOS/en/4.0/i386/CentOS/RPMS/apr-util-0.9.4-21.i386.rpm
/home/buildcentos/CENTOS/en/4.0/i386/CentOS/RPMS/httpd-suexec-2.0.52-28.ent.centos4.i386.rpm
should I just get the rpm package name and not the full path?
I know that yum is the easy way but .... sometimes I like to run the rpm command ;-)
rpm -e rpmdb-CentOS and try again :)
( or you can just work out the right solvepath for rpm's macros, look in /etc/rpm for more info )
--- Karanbir Singh mail-lists@karan.org wrote:
rpm -e rpmdb-CentOS and try again :)
nice workaround :-)
( or you can just work out the right solvepath for rpm's macros, look in /etc/rpm for more info )
shame on me ;-) I dont know why I though sometime I got just the packages names and not the full path to the package rpm name but, from the macros.solve file, I should allways had got the full path :-(
ok, now I know howto show the righ output thanks roger
__________________________________________ RedHat Certified Engineer ( RHCE ) Cisco Certified Network Associate ( CCNA )
__________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com