Quoting andyg ([EMAIL PROTECTED]):

> 
> We're pleased to announce the official release of SlimServer 6.3.0.
> 
> You can download 6.3.0 at http://www.slimdevices.com/download

There's a possible bug in the RPM with dependency checking.

Upon trying to install the 6.3.0 RPM under Fedora Core 3 I received the
following error:

[EMAIL PROTECTED]:/root/->rpm -Uvh SlimServer_v6.3.0.noarch.rpm 
error: Failed dependencies:
        perl-Digest-SHA1 is needed by slimserver-6.3.0-1.noarch

I then successfully installed Digest::SHA1 v. 2.11 using CPAN, my preferred
method of managing Perl modules:

 ---------------

 CPAN.pm: Going to build G/GA/GAAS/Digest-SHA1-2.11.tar.gz
 
 Checking if your kit is complete...
 Looks good
 Writing Makefile for Digest::SHA1
...
/usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi/auto/Digest/SHA1/SHA1.bs
Installing
/usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi/auto/Digest/SHA1/SHA1.so
Files found in blib/arch: installing files in blib/lib into architecture
dependent library tree
Installing
/usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi/Digest/SHA1.pm
Installing /usr/share/man/man3/Digest::SHA1.3pm
Writing
/usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi/auto/Digest/SHA1/.packlist
Appending installation info to
/usr/lib/perl5/5.8.5/i386-linux-thread-multi/perllocal.pod
  /usr/bin/make install  -- OK

 ---------------

Attempted to install Slimserver again with the following result:

 ---------------

[EMAIL PROTECTED]:/root/Desktop->rpm -Uvh SlimServer_v6.3.0.noarch.rpm        
error: Failed dependencies: 
perl-Digest-SHA1 is needed by slimserver-6.3.0-1.noarch     

 ---------------

I finally took the clue from the name given in the error that what it was
looking for was the RPM version of Digest::SHA1.  Installed that RPM via
Yum, reattemped Slimserver installation and it worked perfectly.

The bottom line is that it appears that the install script is looking for
the RPM version of Digest::SHA1 and ignores that the actual module may be
already installed via other means.


dave
                                                                 
                                                                 












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

Reply via email to