[Crypt::SSLeay] compile problems on Solaris 8
| Newsgroups | gmane.comp.lang.perl.modules.lwp |
|---|---|
| Message-ID | <7C049054A85DE24D872E22BA8500294514D5E965@i2km08-ukbr.domain1.systemhost.net> |
Hi,
Am having problems installing crypt::ssleay on a Solaris 8 sparc
platform box.
Output from perl -v
This is perl, v5.8.0 built for sun4-solaris
Compile errors are as below
Running Mkbootstrap for Crypt::SSLeay ()
chmod 644 SSLeay.bs
rm -f blib/arch/auto/Crypt/SSLeay/SSLeay.so
LD_RUN_PATH="/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
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=1 /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
Rob Gates