tang;653039 Wrote:
> Hello
>
> I compiled squeezeboxserver v7.6.2 using this forum (thank you very
> much for this tutorial) but I have another problem about plugins.
> When I install new plugin, squeezeboxserver is not able to decompress
> the downloaded zip.
> I tryed to decompress plugins by myself, but the server always needs to
> use the package that causes problem.
> I tryed to remove perl package (in /usr/share/perl5) and squeezebox
> perl package (in /usr/share/squeezeboxserver/CPAN), but still the same
> problem.
>
> I'm running under debian testing with perl 5.12.4.
>
> Have you got a solution?
>
> Thank you very much for your help ;-)
>
>
> Here is my log in server.log file:
> 2011-08-26 16:52:02 Squeezebox Server died. Restarting.
> [11-08-26 16:52:03.0440] main::init (350) Starting Squeezebox Server
> (v7.6.2, r33172, Thu Aug 25 11:02:31 CEST 2011) perl 5.012004
> [11-08-26 16:52:03.0599] Slim::Utils::PluginDownloader::extract (102)
> error loading Archive::Zip Compress::Raw::Zlib object version 2.037
> does not match bootstrap parameter 2.017 at
> /usr/share/squeezeboxserver/CPAN/Compress/Raw/Zlib.pm line 97.
> Compilation failed in require at
> /usr/share/squeezeboxserver/CPAN/Archive/Zip.pm line 11.
> BEGIN failed--compilation aborted at
> /usr/share/squeezeboxserver/CPAN/Archive/Zip.pm line 11.
> Compilation failed in require at
> /usr/share/perl5/Slim/Utils/PluginDownloader.pm line 98.
Easy solution: edit the Zlib.pm file.
Change:
/usr/share/squeezeboxserver/CPAN/Compress/Raw/Zlib.pm line 97 from
Code:
--------------------
$VERSION = '2.017';
--------------------
..to..
Code:
--------------------
$VERSION = '2.037';
--------------------
--
gharris999
------------------------------------------------------------------------
gharris999's Profile: http://forums.slimdevices.com/member.php?userid=115
View this thread: http://forums.slimdevices.com/showthread.php?t=88832
_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix