Segmentation Fault
|
|||
|
Rank: ? (1)
Member #: 26374 |
Hi,
I have a problem in executing the perl program, it is showing as "Segmentation Fault"..the thing happened, my environment is Sun solaris os - ver 5.8 Perl version - 5.8.7 I am trying to execute the WWW:Mechanizer program for that i have installed the "Crypt::SSleay" and while executing the program it is showing error as "Crypt::SSleay not installed", and we upgraded the gcc(version 3.4.2) and reinstalled the "Crypt::SSleay" and "Net::SSleay" and "IO" after this when i execute the program it is showing as "Segmentation fault" my perl program is # !/usr/local/bin/perl use HTML::LinkExtor; use URI::URL; use WWW::Mechanize; use XML::Simple; my $browser = WWW::Mechanize->new(); $browser->get("https://my.paypal.com/psp/paypal/?cmd=login"); print $browser->content; can u help me out, by why the program is not executing |
||
|
Please login or register to post a reply.