....when you get a module build failure, first thing is delete the whole thing, unpack it again fresh ... and try the build process again.... sometimes there are files left behind from somewhere.... maybe on the server that packed it up originally..... so if a rebuild gives the same error, .... then redownload from another cpan server or other source...and try again

...if that fails....

.... first google for the error message, like google for"Makefile:87: *** missing separator"

...if that don't reveal the answer....

...then check out the module's cpan bug page, see if the same error is listed....if not file a bug report

.... by the way, it would help if you showed what line 87 in the Makefile is, and maybe a few lines before it...


I'm not really a human, but I play one on earth.
Old Perl Programmer Haiku

In reply to Re: Error making Crypt::SSLeay by zentara
in thread Error making Crypt::SSLeay by ninz857

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.