Subject: [Crypt::SSLeay] test problems on Solaris 2.8
am 03.03.2006 19:11:08 von JTULLETT
I am encountering problems building and testing Crypt::SSLeay 0.51 with
openssl 0.98a on a 64-bit sparc (Sun Ultra 5). I am using the
ActiveState distribution of Perl 5.8.8.
The Crypt::SSLeay Perl Library is built against a copy of openssl from
www.sunfreeware.com. When I run "make test" on the build directory I
get the following output:-
$ make test =20
PERL_DL_NONLAZY=3D1 /opt/ActivePerl-5.8/bin/perl "-MExtUtils::Command::MM"
"-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/net_ssl........dubious
Test returned status 0 (wstat 139, 0x8b)
t/ssl_context....dubious
Test returned status 0 (wstat 139, 0x8b)
FAILED--2 test scripts could be run, alas--no output ever seen
*** Error code 255
make: Fatal error: Command failed for target `test_dynamic
Could somebody suggest something to help me get past this problem?
TIA
--
James Tullett
Information Systems, The British Museum
__________________________________________
=20
Coming Soon
Michelangelo Drawings: closer to the master
23 March - 25 June 2006
Tickets on sale now (advance booking strongly recommended)
http://www.thebritishmuseum.ac.uk/michelangelo
__________________________________________
Re: Subject: [Crypt::SSLeay] test problems on Solaris 2.8
am 23.05.2006 23:30:27 von dlbewley
James Tullett thebritishmuseum.ac.uk> writes:
> I am encountering problems building and testing Crypt::SSLeay 0.51 with
> openssl 0.98a on a 64-bit sparc (Sun Ultra 5). I am using the
> ActiveState distribution of Perl 5.8.8.
>
- snip -
> $ make test
> PERL_DL_NONLAZY=1 /opt/ActivePerl-5.8/bin/perl "-MExtUtils::Command::MM"
> "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
> t/net_ssl........dubious
>
> Test returned status 0 (wstat 139, 0x8b)
> t/ssl_context....dubious
>
> Test returned status 0 (wstat 139, 0x8b)
> FAILED--2 test scripts could be run, alas--no output ever seen
> *** Error code 255
> make: Fatal error: Command failed for target `test_dynamic
I seem to have the same problem on Solaris 2.9. I tried upgrading SSL to
0.9.8b to no avail. This is v5.8.5 built for sun4-solaris.
[root@machine Crypt-SSLeay-0.51]# make
gcc -B/usr/ccs/bin/ -c -I/usr/local/ssl/include -fno-strict-aliasing -pipe
-I/usr/local/include -I/opt/gnu/include -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -O -DVERSION=\"0.51\" -DXS_VERSION=\"0.51\" -fPIC
"-I/usr/local/lib/perl5/5.8.5/sun4-solaris/CORE" SSLeay.c
SSLeay.xs: In function `XS_Crypt__SSLeay__Conn_new':
SSLeay.xs:252: warning: passing arg 2 of `SSL_set_info_callback' from
incompatible pointer type
Running Mkbootstrap for Crypt::SSLeay ()
chmod 644 SSLeay.bs
rm -f blib/arch/auto/Crypt/SSLeay/SSLeay.so
LD_RUN_PATH="/usr/local/ssl/lib" gcc -B/usr/ccs/bin/ -G -L/usr/local/lib
-L/opt/gnu/lib SSLeay.o -o blib/arch/auto/Crypt/SSLeay/SSLeay.so
-L/usr/local/ssl/lib -lssl -lcrypto
chmod 755 blib/arch/auto/Crypt/SSLeay/SSLeay.so
cp SSLeay.bs blib/arch/auto/Crypt/SSLeay/SSLeay.bs
chmod 644 blib/arch/auto/Crypt/SSLeay/SSLeay.bs
Manifying blib/man3/Crypt::SSLeay.3
[root@machine 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 139, 0x8b)
test program seems to have generated a core
t/ssl_context....dubious
Test returned status 0 (wstat 139, 0x8b)
test program seems to have generated a core
FAILED--2 test scripts could be run, alas--no output ever seen
make: *** [test_dynamic] Error 2