in reply to Re^6: SEGVs building Perl 5.10 on Solaris 10?
in thread SEGVs building Perl 5.10 on Solaris 10?
Which means that miniperl has already been compiled and linked and it [miniperl] has successfully been used, the problem arises from building the config (seemingly by running the configpm script) ... one wonders if there's any mileage to compiling miniperl with DEBUG on - AFAIR, means defining -DDEBUG - and seeing if there's anything more useful generated, by way of debug output, by miniperl before it falls off it's perch...LD_LIBRARY_PATH=/netstore/src/perl-5.10.0 ./miniperl -w -Ilib -MExpor +ter -e '<?>' || make minitest LD_LIBRARY_PATH=/netstore/src/perl-5.10.0 ./miniperl -Ilib configpm Segmentation Fault - core dumped make: *** [lib/Config.pod] Error 139
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^8: SEGVs building Perl 5.10 on Solaris 10?
by Llew_Llaw_Gyffes (Scribe) on Apr 24, 2009 at 15:42 UTC |