Hello,

Having trouble compiling/testing the CRYPT Perl module Crypt-SSLeay-0.17
with openssl-0.9.6-beta2.  The compile, test and install on the openssl went
fine.  The compile of the SSLeay module had the following ran fine.  The
test of the SSLeay module encountered the following error:

Any suggestions would be greatly appreciated.
Thanks,

Joe


adminhost1-90:/usr/local/src/Crypt-SSLeay> make
mkdir blib
mkdir blib/lib
mkdir blib/lib/Crypt
mkdir blib/arch
mkdir blib/arch/auto
mkdir blib/arch/auto/Crypt
mkdir blib/arch/auto/Crypt/SSLeay
mkdir blib/lib/auto
mkdir blib/lib/auto/Crypt
mkdir blib/lib/auto/Crypt/SSLeay
mkdir blib/man3
cp SSLeay.pm blib/lib/Crypt/SSLeay.pm
/home/rmiller/bin/perl -I/home/rmiller/lib/perl5/sun4-solaris
-I/home/rmiller/lib/perl5 /home/rmiller/lib/perl5/ExtUtils/xsubpp  -typemap
/home/rmiller/lib/perl5/ExtUtils/typemap -typemap typemap SSLeay.xs >xstmp.c
&& mv xstmp.c SSLeay.c
/opt/SUNWspro/SUNWspro/SC4.2/bin/cc -c -I/usr/local/openssl/include
-I/usr/local/include -O     -DVERSION=\"0.17\"  -DXS_VERSION=\"0.17\" -KPIC
-I/home/rmiller/lib/perl5/sun4-solaris/CORE  SSLeay.c
Running Mkbootstrap for Crypt::SSLeay ()
chmod 644 SSLeay.bs
LD_RUN_PATH="/usr/local/openssl/lib" /opt/SUNWspro/SUNWspro/SC4.2/bin/cc -o
blib/arch/auto/Crypt/SSLeay/SSLeay.so -R/usr/local/openssl/lib -G
-L/usr/local/lib SSLeay.o    -L/usr/local/openssl/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


adminhost1-90:/usr/local/src/Crypt-SSLeay> make test
PERL_DL_NONLAZY=1 /home/rmiller/bin/perl -Iblib/arch -Iblib/lib
-I/home/rmiller/lib/perl5/sun4-solaris -I/home/rmiller/lib/perl5 -e 'use
Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t
t/ssl_context.......Can't load 'blib/arch/auto/Crypt/SSLeay/SSLeay.so' for
module Crypt::SSLeay: ld.so.1: /home/rmiller/bin/perl: fatal:
blib/arch/auto/Crypt/SSLeay/SSLeay.so: mmap failed: No such device at
/home/rmiller/lib/perl5/sun4-solaris/DynaLoader.pm line 169.

 at /home/rmiller/lib/perl5/sun4-solaris/Crypt/SSLeay/CTX.pm line 2
BEGIN failed--compilation aborted at t/ssl_context.t line 3.
dubious
        Test returned status 255 (wstat 65280, 0xff00)
Warning: Use of "defined" without parens is ambiguous at
/home/rmiller/lib/perl5/sun4-solaris/_h2ph_pre.ph line 2.
FAILED--1 test script could be run, alas--no output ever seen
*** Error code 2
make: Fatal error: Command failed for target `test_dynamic'


______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to