Hi Eddie, >error: failed dependencies: > jaxp_parser_impl is needed by tomcat4-4.1.9-le.1jpp > xml-commons-apis is needed by tomcat4-4.1.9-le.1jpp
In LE mode you need to have an xml parser and the xml apis. With JDK < 1.4.x, you need to provide them by installing for example xerces-j2 and xml-commons-apis. With JDK 1.4.x you could use the built-in XML PARSERs and API but for rpm packages inter-dependency, I need to add the Requires Tags in TC 4.1 spec file. You could : - install with --nodeps - ask Sun, IBM and others JVM rpm packagers to add in their spec the Provides jaxp_parser_impl and xml-commons-apis. > jakarta-commons-logging >= 1.0.1 is needed by tomcat4-4.1.9-le.1jpp Hum, you're rigth, this one should be included in LE and FULL mode. Nota that the rpm release 2 has been uploaded and fix some jasper scripts problems. ;) BTW, thanks to forward that mail to tc-user since I'm not subscribed to it (yet) -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
