in reply to Re: Segmentation fault
in thread Segmentation fault
Exactly. Remember that every CPAN module includes as part of its implementation a fair amount of C/C++ (so called “XS”) code. When you change versions of the Perl executable, you will ex minimis need to recompile the versions of what you have. You probably should upgrade them, too. There’s a lot of “magic” in the install-scripts, and some of that might be Perl-version aware. When you have changed the layer of software that’s at the bottom of it all (“Perl itself...”), you need to re-do these things so that everyone’s once again singing from the same songbook.
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Segmentation fault
by dasgar (Priest) on Jul 03, 2012 at 15:48 UTC | |
by locked_user sundialsvc4 (Abbot) on Jul 03, 2012 at 20:19 UTC |