in reply to Trying to install a module with CPAN segfaults
What am I doing wrong?
Without wanting to be obnoxious, a number of things. You're not telling us:
You could run CPAN under the debugger and find out whereabouts the segfault is occurring: this should be enough for people to figure out what's going wrong.
perl -MCPAN -d -e 'install Statistics::ChiSquare'
The above will be enough to get the ball rolling. Use the n command to execute the code step by step and find out where it's failing and report back.
In other words, I have no idea why it would do that. I have had similar experiences with 5.6.0 on Solaris, but that version of Perl was known to be buggy.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Trying to install a module with CPAN segfaults
by Sameet (Beadle) on May 02, 2004 at 19:12 UTC | |
by eserte (Deacon) on May 03, 2004 at 15:02 UTC |