Ask a Question related to PERL Miscellaneous, Design and Development.
-
A. Ma #1
Crypt::SSLeay
I am tryping to get Crypt::SSLeay to run under Windows. From CPAN, the
documentation says that Activestate has a compiled version available
already. Yet I cannot locate it when I went to Activestate. Does anyone know
where I can find one? (The documentation from CPAN implied that compiling
the module yourself is very problematic. That's why they suggested getting
the PPM version from Activestate.)
A. Ma Guest
-
Crypt::SSLeay + OpenSSL 0.9.8
IRC #news (yeah!) drawed my attention to * rssbot Crypt::SSLeay - http://annocpan.org/~CHAMAS/Crypt-SSLeay-0.51/SSLeay.pm#note_963 which... -
Crypt::SSLeay Installation Failure
I seem to have a recurring problem installing Crypt::SSLeay on my Red Hat Enterprise 4 systems. Whether I install in manually by downloading and... -
Novice having problems with Crypt::SSLeay
I'm trying to write script that will access a site that requires a "User Name" and "Password". Instead of getting the source code of the site I call... -
LWP::UserAgent and Crypt::SSLeay question
Hi, I need help in modifying a LWP script that I wrote a while ago that use https, cookie and accept client redirection. Now, I need to make... -
LWP with Crypt::SSLeay or Net::SSLeay with OpenSSL v0.97c hanging( 500 read timeout )
Hello, I do not know if this should go to this list or the OpenSSL list. It sounds like a OpenSSL bug, but maybe someone can verify. -
Vlad Tepes #2
Re: Crypt::SSLeay
A. Ma <ama@PW.CA> wrote:
> I am tryping to get Crypt::SSLeay to run under Windows. From CPAN, the
> documentation says that Activestate has a compiled version available
> already. Yet I cannot locate it when I went to Activestate. Does anyone know
> where I can find one? (The documentation from CPAN implied that compiling
> the module yourself is very problematic. That's why they suggested getting
> the PPM version from Activestate.)
[url]http://ppm.activestate.com[/url]
Cheers,
--
Vlad
Vlad Tepes Guest
-
Andreas Kahari #3
Re: Crypt::SSLeay
In article <bk59gp$t3q$1@troll.powertech.no>, Vlad Tepes wrote:
[cut]> A. Ma <ama@PW.CA> wrote:I had a quick look around there and yes, the build status says>>> where I can find one? (The documentation from CPAN implied that compiling
>> the module yourself is very problematic. That's why they suggested getting
>> the PPM version from Activestate.)
> [url]http://ppm.activestate.com[/url]
that Crypt::SSLeay does build on Windows, but their pages
contains no link to any package. Maybe it's just me who is
unfamiliar with the packaging system they use (I'm a Unix guy).
Hopefully A. Ma is able to make more use of the site than I did.
--
Andreas Kähäri
Andreas Kahari Guest
-
Vlad Tepes #4
Re: Crypt::SSLeay
Andreas Kahari <ak+usenet@freeshell.org> wrote:
I've never used Activestates packaging system, but I think most people> In article <bk59gp$t3q$1@troll.powertech.no>, Vlad Tepes wrote:> [cut]>> A. Ma <ama@PW.CA> wrote:>>>>>> where I can find one? (The documentation from CPAN implied that compiling
>>> the module yourself is very problematic. That's why they suggested getting
>>> the PPM version from Activestate.)
>> [url]http://ppm.activestate.com[/url]
> I had a quick look around there and yes, the build status says
> that Crypt::SSLeay does build on Windows, but their pages
> contains no link to any package. Maybe it's just me who is
> unfamiliar with the packaging system they use (I'm a Unix guy).
> Hopefully A. Ma is able to make more use of the site than I did.
install the packages with ppm rather than downloading from the website
with a browser. Something like this might work:
ppm install Crypt-SSLeay.ppd
( I'm not sure of the syntax, check the docs for ppm. )
--
Vlad
Vlad Tepes Guest
-
Sisyphus #5
Re: Crypt::SSLeay
A. Ma wrote:
If you can't find it at AS, get it from [url]http://theoryx5.uwinnipeg.ca/[/url]> I am tryping to get Crypt::SSLeay to run under Windows. From CPAN, the
> documentation says that Activestate has a compiled version available
> already. Yet I cannot locate it when I went to Activestate. Does anyone know
> where I can find one? (The documentation from CPAN implied that compiling
> the module yourself is very problematic. That's why they suggested getting
> the PPM version from Activestate.)
>
>
For perl 5.6:
ppm install [url]http://theoryx5.uwinnipeg.ca/ppmpackages/Crypt-SSLeay.ppd[/url]
For perl 5.8
ppm install [url]http://theoryx5.uwinnipeg.ca/ppms/Crypt-SSLeay.ppd[/url]
Cheers,
Rob
Sisyphus Guest
-
Helgi Briem #6
Re: Crypt::SSLeay
On Mon, 15 Sep 2003 21:20:39 +0000 (UTC), Andreas Kahari
<ak+usenet@freeshell.org> wrote:
Open a command line window and type:>In article <bk59gp$t3q$1@troll.powertech.no>, Vlad Tepes wrote:>[cut]>> A. Ma <ama@PW.CA> wrote:>>>>>> where I can find one? (The documentation from CPAN implied that compiling
>>> the module yourself is very problematic. That's why they suggested getting
>>> the PPM version from Activestate.)
>> [url]http://ppm.activestate.com[/url]
>I had a quick look around there and yes, the build status says
>that Crypt::SSLeay does build on Windows, but their pages
>contains no link to any package. Maybe it's just me who is
>unfamiliar with the packaging system they use (I'm a Unix guy).
>Hopefully A. Ma is able to make more use of the site than I did.
C:\>ppm install Crypt::SSLeay
--
Helgi Briem hbriem AT simnet DOT is
Excuses the munged address. My last
e-mail address was killed by spammers.
Helgi Briem Guest
-
A. Ma #7
Re: Crypt::SSLeay
That's where I first looked but could not find the file to download.
ActiveState says that the module passed the test but the repository does not
contain the PPD file. 'Sisyphus' suggested [url]http://theoryx5.uwinnipeg.ca/[/url]. I
will try it today.
A.Ma
"Vlad Tepes" <minceme@start.no> wrote in message
news:bk59gp$t3q$1@troll.powertech.no...know> A. Ma <ama@PW.CA> wrote:
>> > I am tryping to get Crypt::SSLeay to run under Windows. From CPAN, the
> > documentation says that Activestate has a compiled version available
> > already. Yet I cannot locate it when I went to Activestate. Does anyonecompiling> > where I can find one? (The documentation from CPAN implied thatgetting> > the module yourself is very problematic. That's why they suggested>> > the PPM version from Activestate.)
>
> [url]http://ppm.activestate.com[/url]
>
> Cheers,
> --
> Vlad
A. Ma Guest
-
A. Ma #8
Re: Crypt::SSLeay
I just tried it. It works. Thank you so much.
A.Ma
>
> If you can't find it at AS, get it from [url]http://theoryx5.uwinnipeg.ca/[/url]
>
> For perl 5.6:
> ppm install [url]http://theoryx5.uwinnipeg.ca/ppmpackages/Crypt-SSLeay.ppd[/url]
>
> For perl 5.8
> ppm install [url]http://theoryx5.uwinnipeg.ca/ppms/Crypt-SSLeay.ppd[/url]
>
> Cheers,
> Rob
>
A. Ma Guest



Reply With Quote

