This isn't really a Perl question, rather a Knoppix (or, by extension, Debian) problem, so you may get better help at the appropriate forums. Also, installing Debian packages into a Knoppix distribution is not really recommended, it may break all sorts of things in strange and funky ways. So maybe it would be better to reinstall the perl package that came on the Knoppix disk which you used to installed your system (if your current perl is indeed broken). Lastly, really, installing packages by hand is not usually a good idea, configure apt-get correctly and use that, it'll solve all the dependency issues for you.

All that being said, if you really want to go ahead and install this particular package, you should also download the perl-modules and perl-base packages from the same location and install them at the same time (you'll possibly have to use --force-depends for that). This may introduce additional dependency problems as well as previously mentioned funkyness, so don't say I didn't warn you :-)


All dogma is stupid.

In reply to Re: perl depends on perl-base (= 5.8.8-7etch6) ... by tirwhan
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.