Ask a Question related to PERL Miscellaneous, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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...
    3. 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...
    4. 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...
    5. 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.
  3. #2

    Default 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

  4. #3

    Default Re: Crypt::SSLeay

    In article <bk59gp$t3q$1@troll.powertech.no>, Vlad Tepes wrote:
    > A. Ma <ama@PW.CA> wrote:
    [cut]
    >> 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.


    --
    Andreas Kähäri
    Andreas Kahari Guest

  5. #4

    Default Re: Crypt::SSLeay

    Andreas Kahari <ak+usenet@freeshell.org> wrote:
    > In article <bk59gp$t3q$1@troll.powertech.no>, Vlad Tepes wrote:
    >> A. Ma <ama@PW.CA> wrote:
    > [cut]
    >>> 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.
    I've never used Activestates packaging system, but I think most people
    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

  6. #5

    Default Re: Crypt::SSLeay

    A. Ma 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.)
    >
    >
    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

    Sisyphus Guest

  7. #6

    Default Re: Crypt::SSLeay

    On Mon, 15 Sep 2003 21:20:39 +0000 (UTC), Andreas Kahari
    <ak+usenet@freeshell.org> wrote:
    >In article <bk59gp$t3q$1@troll.powertech.no>, Vlad Tepes wrote:
    >> A. Ma <ama@PW.CA> wrote:
    >[cut]
    >>> 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.
    Open a command line window and type:

    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

  8. #7

    Default 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...
    > 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

    A. Ma Guest

  9. #8

    Default 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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139