I faced two problems:

1. The build assumes that cc is the default compiler in the system. I
have gcc
2. I created a link from gcc to cc to fixed the above. This time it is
rejecting some of the compile options like -KPIC and -x03 and -xdepend.
It seems these options are supported by gcc. How can I get a makefile
which is gcc compatible.

Philip

-----Original Message-----
From: Wiggins d Anconia [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, January 12, 2005 1:00 PM
To: Tham, Philip; beginners@perl.org
Subject: Re: Crypt SSLeay




> I did a build on the latest version of perl. However the library 
> Crypt::SSLeay is not present. Any idea how do I build this library? It

> is required for https requests.
> 
> Philip
> 

The documentation for the module includes installation tips, 

http://search.cpan.org/~chamas/Crypt-SSLeay-0.51/SSLeay.pm

Easiest way would be to use CPAN for me.

perl -MCPAN -e shell
cpan> install Crypt::SSLeay

http://danconia.org

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to