This is a problem between rpms and CPAN. rpms have no knowledge of what's installed via CPAN, so dependencies specified in rpms need to be installed as rpms.
Follow the directions at http://dag.wieers.com/rpm/FAQ.php#B for your distro/arch, then you can install the package with yum: # yum -y install perl-HTML-Parser You don't need to uninstall anything first. You'll need to use a fresh sandbox after installing perl modules. Dan Herbon wrote: > I am running qtp-newmodel and it keeps erroring out on spamassassin > install for HTML:Parser > > > > ---------- > > Installing spamassassin-toaster-3.2.4-1.3.13 in the sandbox ... > > error: Failed dependencies: > > perl(HTML::Parser) >= 3.43 is needed by > spamassassin-toaster-3.2.4-1.3.13.i686 > > ---------- > > > > I run CPAN > > > > ---------- > > cpan> install HTML::Parser > > CPAN: Storable loaded ok > > Going to read /root/.cpan/Metadata > > Database was generated on Tue, 27 May 2008 19:06:52 GMT > > HTML::Parser is up to date. > > ---------- > > > > Any ideas? > -- -Eric 'shubes' --------------------------------------------------------------------- QmailToaster hosted by: VR Hosted <http://www.vr.org> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
