in reply to Error making Crypt::SSLeay
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.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Error making Crypt::SSLeay
by ninz857 (Initiate) on Dec 09, 2009 at 21:49 UTC |