Crypt-SSLeay-0.51.tar.gz seg faults on FC5 x86_64
am 31.10.2006 23:24:08 von haywardAfter 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