RE: Crypt SSLeay

2005-01-13 Thread Tham, Philip
:[EMAIL PROTECTED] Sent: Thursday, January 13, 2005 6:37 AM To: Tham, Philip; beginners@perl.org Subject: RE: Crypt SSLeay Please bottom post > 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

RE: Crypt SSLeay

2005-01-13 Thread Wiggins d Anconia
: 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 p

RE: Crypt SSLeay

2005-01-12 Thread Tham, Philip
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

Re: Crypt SSLeay

2005-01-12 Thread Wiggins d Anconia
> 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-

Re: Crypt SSLeay

2005-01-12 Thread JupiterHost.Net
Tham, Philip wrote: 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 its not a library its a module :) perl -MCPAN -e 'install Crypt::SSLeay;' -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands