From: Zhiliang Hu <hu...@an...> - 2020-07-14 22:23:54
|
On Tue, 14 Jul 2020, Zhiliang Hu wrote: > Date: Tue, 14 Jul 2020 15:10:27 -0500 (CDT) > From: Zhiliang Hu <hu...@an...> > To: Colin <col...@gm...> > Cc: gmod-ajax <gmo...@li...> > Subject: Re: [Gmod-ajax] Perl lib version question > > Thank you Colin! This was an eye openning for me to cpanm... My ran of > "cpanm Bio::Perl@1.7.2" seemed an success. > > I was able to get rid of multiple "Segmentation fault (core dumped)" by > changing the line in 'setup.sh' where perl was called with a full path: > "have_db=`/usr/local/bin/perl -MConfig=myconfig -e". The setup was a > success! > > Now I am getting "Segmentation fault (core dumped)" running > "flatfile-to-json.pl", even after I changed its "#!/usr/bin/env perl" line > to "#!/usr/local/bin/perl". Just a follow up - "flatfile-to-json.pl" ran without errors when I changed its first line to "#!/usr/bin/env /usr/bin/perl". I guess there was a confusion with regard to multiple install locations by each of the 'cpan', 'cpanm', and other installers, over the time. Zhiliang |