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 )