no, you're all missing the point =P

bash$ pwd /usr/local/nrg/src/perl-5.8.0 bash$ fgrep des_fcrypt README.* README.win32:If you have either the source or a library that contains +des_fcrypt(), README.win32:enable the appropriate option in the makefile. des_fcryp +t() is not README.win32:name of the file that implements des_fcrypt(). Alternati +vely, if README.win32:you have built a library that contains des_fcrypt(), you +can set README.win32:implementations of des_fcrypt(). Older versions have a s +ingle, README.win32:in des_fcrypt.patch. README.win32:Perl will also build without des_fcrypt(), but the crypt( +) builtin will bash$

it's a win32ism which is why most of us who have built Perl a gazillion times have never seen it =P it's so standard on unix that it's always there. that's about all i can say.


In reply to Re: Perl sources and crypt() by zengargoyle
in thread Perl sources and crypt() by gmpassos

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.