thank you and for the record this is what I did/you should do if you have same/similar problem:

1) first download all these packages from your debian base in my case it was etch, so I got the from:

http://packages.debian.org/etch/perl/

using the closest repositories

2) root@Knoppix:/media/hdb2/inst/sw/OO/source/ooxpkgs# ls -l total 6704 -rw-r--r-- 1 root root 87062 Oct 5 2005 libarchive-zip-perl_1.16-1 +_all.deb -rw-r--r-- 1 root root 56168 Nov 30 2006 libcompress-zlib-perl_1.42 +-2_i386.deb -rw-r--r-- 1 root root 762766 Dec 21 2008 perl-base_5.8.8-7etch6_i38 +6.deb -rw-r--r-- 1 root root 2328214 Dec 21 2008 perl-modules_5.8.8-7etch6_ +all.deb -rw-r--r-- 1 root root 3599182 Dec 21 2008 perl_5.8.8-7etch6_i386.deb root@Knoppix:/media/hdb2/inst/sw/OO/source/ooxpkgs# md5sum *.deb f893020289fe0c774fab3db2cbf62edd libarchive-zip-perl_1.16-1_all.deb 3fc7e3138b823785078535d7982d988f libcompress-zlib-perl_1.42-2_i386.de +b f667327e7cd4044ee6fb3c900b75a181 perl-base_5.8.8-7etch6_i386.deb 6d995effacda8ecc2a935dc4527ed342 perl-modules_5.8.8-7etch6_all.deb 6c141bd9447670a86b0691adafb51596 perl_5.8.8-7etch6_i386.deb

3) then I installed them using dpkg

root@Knoppix:~# dpkg -i perl-base_5.8.8-7etch6_i386.deb (Reading database ... 110893 files and directories currently installed +.) Preparing to replace perl-base 5.8.8-7etch6 (using perl-base_5.8.8-7et +ch6_i386.deb) ... Unpacking replacement perl-base ... Setting up perl-base (5.8.8-7etch6) ... root@Knoppix:~# dpkg -i --force-depends perl-modules_5.8.8-7etch6_all. +deb (Reading database ... 110893 files and directories currently installed +.) Preparing to replace perl-modules 5.8.8-7etch6 (using perl-modules_5.8 +.8-7etch6_all.deb) ... Unpacking replacement perl-modules ... dpkg: perl-modules: warning - conffile `etc/Net' is not a plain file o +r symlink (= `/etc/Net') Setting up perl-modules (5.8.8-7etch6) ... dpkg: perl-modules: warning - conffile `/etc/Net' is not a plain file +or symlink (= `/etc/Net') root@Knoppix:~# dpkg -i perl_5.8.8-7etch6_i386.deb (Reading database ... 110893 files and directories currently installed +.) Preparing to replace perl 5.8.8-7etch6 (using perl_5.8.8-7etch6_i386.d +eb) ... Unpacking replacement perl ... Setting up perl (5.8.8-7etch6) ... root@Knoppix:~# dpkg -i libcompress-zlib-perl_1.42-2_i386.deb (Reading database ... 110893 files and directories currently installed +.) Preparing to replace libcompress-zlib-perl 2.012-1 (using libcompress- +zlib-perl_1.42-2_i386.deb) ... Unpacking replacement libcompress-zlib-perl ... Setting up libcompress-zlib-perl (1.42-2) ... root@Knoppix:~# dpkg -i libarchive-zip-perl_1.16-1_all.deb (Reading database ... 110894 files and directories currently installed +.) Preparing to replace libarchive-zip-perl 1.18-1 (using libarchive-zip- +perl_1.16-1_all.deb) ... Unpacking replacement libarchive-zip-perl ... Setting up libarchive-zip-perl (1.16-1) ... then I got what I needed (namely Zip.pm): root@Knoppix:/media/hdb2/inst/sw/OO/source/ooxpkgs# find / -name Zip.p +m /ramdisk/usr/share/perl5/IO/Compress/Zip.pm /ramdisk/usr/share/perl5/Archive/Zip.pm find: WARNING: Hard link count is wrong for /UNIONFS/usr/share/doc: th +is may be a bug in your filesystem driver. Automatically turning on +find 's -noleaf option. Earlier results may have failed to inclu +de directories that should have been searched. /UNIONFS/usr/share/perl5/IO/Compress/Zip.pm /UNIONFS/usr/share/perl5/Archive/Zip.pm

and the compilation went on!

lbrtchx


In reply to Re^2: perl depends on perl-base (= 5.8.8-7etch6) ... by Albretch Mueller
in thread perl depends on perl-base (= 5.8.8-7etch6) ... by Albretch Mueller

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.