[Crypt::SSLeay] compile problems on Solaris 8
am 01.12.2005 13:48:14 von rob.gates------_=_NextPart_001_01C5F675.7EB6BEAA
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
Hi,
=20
Am having problems installing crypt::ssleay on a Solaris 8 sparc
platform box.
=20
Output from perl -v=20
This is perl, v5.8.0 built for sun4-solaris
=20
Compile errors are as below
=20
Running Mkbootstrap for Crypt::SSLeay ()
chmod 644 SSLeay.bs
rm -f blib/arch/auto/Crypt/SSLeay/SSLeay.so
LD_RUN_PATH=3D"/usr/local/openssl/lib" gcc -G -L/usr/local/lib SSLeay.o
-o blib/
arch/auto/Crypt/SSLeay/SSLeay.so -L/usr/local/openssl/lib -lssl
-lcrypto =20
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
/usr/local/bin/make -- OK
Running make test
PERL_DL_NONLAZY=3D1 /usr/local/bin/perl "-MExtUtils::Command::MM" "-e"
"test_harne
ss(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
make: *** [test_dynamic] Error 2
/usr/local/bin/make test -- NOT OK
Running make install
make test had returned bad status, won't install without force
=20
=20
=20
Rob Gates=20
=20
------_=_NextPart_001_01C5F675.7EB6BEAA--