I've had problems with Crypt::SSLeay in the past, so I followed zentara's advice and googled. Most of the hits were about the current user's locale. Evidently, primarily on older, pre-5.8.8 perls, having your locale set to UTF-8 can cause broken Makefiles which give you the error that you're getting. Here's one of the responses that I got:

NOTE: if you get an error like this (the Makefile line number may vary +): Makefile:91: *** missing separator then set the environment variable LC_ALL to "C" and retry from scratch (re-run perl "Makefile.PL"). -(And consider upgrading your Perl.) +(And consider upgrading your Perl to, say, at least Perl 5.8.8.) (You got this message because you seem to have an UTF-8 locale active in your shell environment, this used - to cause broken Makefiles to be created from Makefile.PLs.)

The problem that I have with that is that my locale is UTF-8 and Crypt::SSLeay installed with no problems:-).

You could set LC_ALL to C, at least for the duration of the install, but I'm willing to bet that you need to install openssl-devel or libssl-devel.


In reply to Re: Error making Crypt::SSLeay by Khen1950fx
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.