Salut la liste,

Je dois installer le module Perl Zlib, or j'obtiens sans cesse l'erreur
suivante lors des tests pr�c�dent l'installation:

1. Installation

cpan> install Compress::Zlib
Running install for module Compress::Zlib

[...]

t/02zlib........FAILED tests 141, 143, 149, 151
        Failed 4/230 tests, 98.26% okay

[...]

Failed Test Stat Wstat Total Fail  Failed  List of Failed
-------------------------------------------------------------------------------
t/02zlib.t               230    4   1.74%  141 143 149 151
Failed 1/5 test scripts, 80.00% okay. 4/270 subtests failed, 98.52%
okay.
make: *** [test_dynamic] Error 29
  /usr/bin/make test -- NOT OK

[...]

2. Les endroits concern�s dans t/02zlib

# uncompress with gzopen
ok(141, ($x = $fil->gzread($uncomp)) == $len) ;
ok(143, $uncomp eq $buffer) ;

# uncompress with gzopen
ok(149, ($x = $fil->gzread($uncomp)) == $len) ;
ok(151, $uncomp eq $buffer) ;

J'ai v�rifi� la correspondance des versions et la pr�sence de zlib-devel
dans mon installation. Une installation manuelle ne change rien � la
donne. Comment dois-je interpr�ter ces erreurs et comment y rem�dier.

Merci d'avance.

CORNELY Nicolas


_______________________________________________________
Linux Mailing List - http://www.unixtech.be
Subscribe/Unsubscribe: http://www.unixtech.be/mailman/listinfo/linux
Archives: http://www.mail-archive.com/linux@;lists.unixtech.be
IRC: efnet.skynet.be:6667 - #unixtech

Répondre à