Whilst updating using yum I'm still getting the following error...
Error: Missing Dependency: struts11 = 1.1-1jpp_2fc is needed by package struts11-webapps-tomcat5
I'm attempting to stop this from happening by finding the file struts11-1.1-1jpp_2fc.noarch.rpm, downloading it to a folder named downloads, then forcing an installation using rpm -i --nodeps --force /downloads/struts11-1.1-1jpp_2fc.noarch.rpm
However, when I try that I'm getting the following error...
warning: /downloads/struts11-1.1-1jpp_2fc.noarch.rpm: Header V3 DSA signature: NOKEY, key ID 30c9ecf8
I take it I'm messing up somewhere. So, I'm using i386, what file do I really need, where do I get it from, what changes do I need to make to the rpm command line to force an install?
Ray