Crypt::SSLeay Installation Failure

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

  1. #1

    Default 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 installing the module or grabbing it through CPAN, I always get the
    following error:

    [root@host Crypt-SSLeay-0.51]# make test
    PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e"
    "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
    t/net_ssl........dubious
    Test returned status 0 (wstat 11, 0xb)
    t/ssl_context....dubious
    Test returned status 0 (wstat 11, 0xb)
    FAILED--2 test scripts could be run, alas--no output ever seen
    make: *** [test_dynamic] Error 255


    Any thoughts on what may be going wrong here?

    Thanks,
    Jason Williard

    jasondubya@gmail.com 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. 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...
    3. 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.
    4. How to install Crypt::SSLeay using PPM on Wintel
      I'm not even an IT person, so please be nice. I need to automate downloading data from a third party, and they provided a Perl script that...
    5. 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...
  3. #2

    Default Re: Crypt::SSLeay Installation Failure


    <jasondubya@gmail.com> wrote in message
    news:1138428451.317021.242050@g14g2000cwa.googlegr oups.com...
    > 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 installing the module or grabbing it through CPAN, I always get the
    > following error:
    >
    > [root@host Crypt-SSLeay-0.51]# make test
    > PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e"
    > "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
    > t/net_ssl........dubious
    > Test returned status 0 (wstat 11, 0xb)
    > t/ssl_context....dubious
    > Test returned status 0 (wstat 11, 0xb)
    > FAILED--2 test scripts could be run, alas--no output ever seen
    > make: *** [test_dynamic] Error 255
    >
    >
    > Any thoughts on what may be going wrong here?
    >
    You might get a better idea of what's going wrong by running:

    perl -Mblib t/net_ssl.t
    and
    perl -Mblib t/ssl_context.t

    Cheers,
    Rob


    Sisyphus Guest

  4. #3

    Default Re: Crypt::SSLeay Installation Failure

    I can't say that I'm too good with these things. When I followed your
    suggestions, I got the following:

    [root@host Crypt-SSLeay-0.51]# perl -Mblib t/net_ssl.t
    Segmentation fault
    [root@host Crypt-SSLeay-0.51]# perl -Mblib t/ssl_context.t
    Segmentation fault

    Any thoughts?

    Thanks,
    Jason Williard

    jasondubya@gmail.com Guest

  5. #4

    Default Re: Crypt::SSLeay Installation Failure

    Hi!
    >I can't say that I'm too good with these things. When I followed your
    >suggestions, I got the following:
    >
    >[root@host Crypt-SSLeay-0.51]# perl -Mblib t/net_ssl.t
    >Segmentation fault
    >[root@host Crypt-SSLeay-0.51]# perl -Mblib t/ssl_context.t
    >Segmentation fault
    >
    >Any thoughts?
    Check if you have openssl-0.9.8a on your system somewhere.

    When I compiled SSLeay with openssl-0.9.8a, it had the same
    problem (on freebsd). Maintainer had a mail about it...

    --
    MfG/Best regards, Kurt Jaeger 14 years to go !
    LF.net GmbH fon +49 711 90074-23 [email]pi@LF.net[/email]
    Ruppmannstr. 27 fax +49 711 90074-33
    70565 Stuttgart mob +49 171 3101372
    Kurt Jaeger Guest

  6. #5

    Default Re: Crypt::SSLeay Installation Failure

    Interesting... That solved it. I switched to 0.9.7i and it installs
    great.

    Thank You,
    Jason Williard

    jasondubya@gmail.com Guest

  7. #6

    Default Re: Crypt::SSLeay Installation Failure

    Hmm, thanks, Kurt. Same thing is happening to me under Cygwin. I also
    heard there is a newer version of SSLeay (Fedora), that might solve
    this problem.

    robert.bradley@gmail.com 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