in reply to Can't install Net::SSL

G'day Thai Heng,

The output you posted contains:

... The test suite can attempt to connect to public servers to ensure that + the code is working properly. If you are behind a strict firewall or have +no network connectivity, these tests may fail (through no fault of the co +de). Do you want to run the live tests (y/N)? [N] y ... t/01-connect.t .. 1/8 # Failed test 'Net::SSL->new' # at t/01-connect.t line 28. # Connect failed: ... ... Result: FAIL Failed 1/3 test programs. 1/28 subtests failed. make: *** [test_dynamic] 错误 255 NANIS/Crypt-SSLeay-0.64.tar.gz /usr/bin/make test -- NOT OK ...

The only test that failed appears to be the one you were warned about. Have you checked for firewall and connectivity issues? Perhaps you should have taken the default answer (i.e. N) for:

Do you want to run the live tests (y/N)? [N]

-- Ken

Replies are listed 'Best First'.
Re^2: Can't install Net::SSL
by Thai Heng (Beadle) on Feb 20, 2014 at 23:46 UTC
    'N' has the some function!