Perl is gone?

mikasjoman

Registered
Hi, I tried to install SSL Leavy, the guide on macosxhints.com told me to do it like this:
But as you see the perl.h is gone, do I have to install perl again? Where do I get the new perl files and how do I install it?

Kind regards
Mika

[localhost:/Net_SSLeay.pm-1.13] ms% ./Makefile.PL -t
Checking for OpenSSL-0.9.6c or newer...
You have OpenSSL-0.9.6b installed in /usr
openssl-0.9.6a and some earlier versions have weaknesses and also 0.9.6b has some (nonfatal) bugs (read CHANGES file in the openssl-0.9.6c distribution, www.openssl.org), upgrading to openssl-0.9.6c is recommended.
Checking if your kit is complete...
Looks good

Error: Unable to locate installed Perl libraries or Perl source code.

It is recommended that you install perl in a standard location before
building extensions. Some precompiled versions of perl do not contain
these header files, so you cannot build extensions. In such a case,
please build and install your perl from a fresh perl distribution. It
usually solves this kind of problem.

(You get this message, because MakeMaker could not find "/System/Library/Perl/darwin/CORE/perl.h")
 
Do you have the developer tools installed? It appears perl.h is contained in the DevSDK package, so you need this (part of devtools) installed for that file. If you don't have the devtools CD, you can download them from Apple at no charge, but you do need to create an account.
 
Back
Top