

tomcat-native error on cpbm 1.34 install on centos 6.2
The tomcat-native package comes from the EPEL repository. The installer will attempt to download the EPEL repo config from http://download.fedoraproject.org/pub/epel/5/x86_64/epel-release-5-4.noarch.rpm. If the download or install of this RPM fails, then you will receive the failed dependencies error. Can you provide the full output from running install.sh?
You can also manually install the above RPM using
rpm -ihv http://download.fedoraproject.org/pub/epel/5/x86_64/epel-release-5-4.noarch.rpm
Then rerun the install.sh.
-David