>To me, it looks as if you have not installed either Crypt::SSLeay or
>IO::Socket::SSL (see the documentation in the README.SSL file that
>should have come with your libwww-perl installation).
>
>When I run your request, I do get $res->code = 200, though the resultant
>page reports a "GX Error", presumably because I am not passing a
>cookie.
>
>Rick

Thanks for the information.  I had Crypt::SSLeay, however I didn't
have IO::Socket::SSL. After I got it from CPAN (IO-Socket-SSL-0.73),
it asked for Net::SSLeay, which I fetched as well
(Net_SSLeay.pm-1.05).  However, Net_SSLeay.pm failed make test with
the following error messages:

PERL_DL_NONLAZY=1 /usr/local/bin/perl -Iblib/arch -Iblib/lib 
-I/usr/lib/perl5/5.00503/i586-linux -I/usr/lib/perl5/5.00503 test.pl
1..16
Can't load 'blib/arch/auto/Net/SSLeay/SSLeay.so' for module Net::SSLeay: 
blib/arch/auto/Net/SSLeay/SSLeay.so: undefined symbol: RAND_seed at 
/usr/lib/perl5/5.00503/i586-linux/DynaLoader.pm line 169.

 at test.pl line 17
BEGIN failed--compilation aborted at test.pl line 17.
not ok 1
make: *** [test_dynamic] Error 2


Is this critical? If so, how can it be fixed?

In any case, even after installing both modules, my test program still
failed the same way (failure, without even attempting to open a
network connection).

Btw, the libwww version that I got is LWPng-alpha-0.24, and it is
lacking a README.SSL file. Where can I get an "official" libwww-perl
which has that README file?

Thanks again,

Alain

Reply via email to