Crypt-SSLeay-0.51.tar.gz seg faults on FC5 x86_64

After changing linkage to refer to appropriate 64bit libs (Makefile.PL
is hardwired to use the lib directory, but it needs to be configurable
to /usr/lib for 32 bit, /usr/lib64 for 64 bit) make runs with no error
messages and reports success. Either way make claims it succeeds, but
in neither case does 'make test' work... the simple test code:

$sock = Net::SSL->new(
PeerAddr => '127.0.0.1',
PeerPort => 40000,
Timeout => 3,
);

is causing a seg fault.

- Mike
hayward [ Di, 31 Oktober 2006 23:24 ] [ ID #1521301 ]
Perl » perl.libwww » Crypt-SSLeay-0.51.tar.gz seg faults on FC5 x86_64

Vorheriges Thema: 500 Server error on Solaris 10
Nächstes Thema: Success in building Crypt::SSLeay w/ OpenSSL 0.9.8b