From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050513 Fedora/1.7.8-2 Description of problem: httpd rpm from Fedora core 4 release fails to install - missing Apache runtime libraries. log: # rpm -Uvh httpd* warning: httpd-2.0.54-10.i386.rpm: Header V3 DSA signature: NOKEY, key ID 4f2a6fd2 error: Failed dependencies: libapr-0.so.0 is needed by httpd-2.0.54-10.i386 libaprutil-0.so.0 is needed by httpd-2.0.54-10.i386 Version-Release number of selected component (if applicable): httpd-2.0.54-10.i386 How reproducible: Always Steps to Reproduce: 1. Attempt to install httpd rpm from fc4 CD-1 2. 3. Actual Results: error: Failed dependencies: libapr-0.so.0 is needed by httpd-2.0.54-10.i386 libaprutil-0.so.0 is needed by httpd-2.0.54-10.i386 Expected Results: Completed install of httpd Additional info: libapr-0.so.0 and ibaprutil-0.so.0 are Apache portable runtime libraries.
You also need to install the apr and apr-util packages. Use "yum install httpd".