Free2Code
 
Time: 2008-11-21, 12:10am
Segmentation Fault
Subject: Segmentation Fault  ·  Posted: 2006-01-13, 11:36pm
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
 
  Reply to this ·  Post link ·  Top

Pages: 1

Please login or register to post a reply.

icons