Segmentation fault with perl 5.8.8
am 11.07.2006 12:03:04 von JyGiusHi all.
I installed perl 5.8.8 from scratch and I get a seg fault
with a script. It starts as...
#!/usr/local/perl/bin/perl -w
use strict;
use WWW::Mechanize;
use IO::Handle;
autoflush STDERR 1;
###########
#########
#####
###
# and so on...................
If I disable WWW::Mechanize There is no seg fault.
I think there is a problem with Crypt-SSLeay. I tried to install
it with -MCPAN but nothing... Its test returned bad status
so I installed Crypt-SSLeay-0.51 with
/usr/local/perl/bin/perl Makefile.pl
with make test I get errors
-------------------------------------------
make test
PERL_DL_NONLAZY=1 /usr/local/perl/bin/perl "-MExtUtils::Command::MM"
"-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/net_ssl........dubious
Test returned status 0 (wstat 11, 0xb)
t/ssl_context....dubious
Test returned status 0 (wstat 11, 0xb)
FAILED--2 test scripts could be run, alas--no output ever seen
make: *** [test_dynamic] Error 255
-------------------------------------------
I installed Crypt::SSLeay with make install as usual.
I installed OPENSSL from scratch.
Any idea?
Ciao ciao.
G.