johnniefp wrote:
hello.

Was having trouble upgrading on FC5 recently so did a fresh install of
FC6.

Now I have aproblem installing slimserver on FC6 (failed dependency for
XML:: Parser) but it is intalled and up to date

=======
cpan> install XML::Parser
CPAN: Storable loaded ok
Going to read /root/.cpan/Metadata
Database was generated on Sun, 21 Jan 2007 01:26:34 GMT
XML::Parser is up to date.

cpan> quit
Terminal does not support GetHistory.
Lockfile removed.
[EMAIL PROTECTED] Desktop]# !rpm
rpm -Uvh SlimServer_v6.5.1.noarch.rpm error: Failed dependencies:
perl-XML-Parser is needed by slimserver-6.5.1-1.noarch
[EMAIL PROTECTED] Desktop]#

This isn't a bug, per se.  RPM has it's idea of what's installed, and that's inconsistent with what is installed via CPAN.

You need two packages installed that are part of Fedora FC6 repositories:

yum install perl-libwww-perl perl-XML-Parser

If you install 'perl-libwww-perl' and 'perl-XML-Parser', then you're all set to install the SlimServer RPM itself.

Remember: If you install something via CPAN, then RPM knows nothing about it.  So, from a dependency perspective, RPM thinks it's not installed.

   -- Jeff

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/unix

Reply via email to