This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.
Christian, >Date: Mon, 13 Nov 2000 18:03:40 -0500 (EST) >From: Christian Haselgrove <address@hidden> >Organization: Harvard >To: Steve Emmerson <address@hidden> >Subject: Re: 20001113: error installing netCDFPerl >Keywords: 200011102116.eAALG8D14244 The above message contained the following: > I got the latest stable perl release and installed it, and got the same > error. See below. Well, at least you eliminated the POLLUTE warning. ... > ==================== test.log ===================== > > make[1]: Entering directory `/root/netcdf-perl-1.2.1-new/src' > > making `test' in directory /root/netcdf-perl-1.2.1-new/src/perl > > make[2]: Entering directory `/root/netcdf-perl-1.2.1-new/src/perl' > mkdir blib/lib > mkdir blib/lib/auto > mkdir blib/lib/auto/NetCDF > cp NetCDF.pm blib/lib/NetCDF.pm > AutoSplitting blib/lib/NetCDF.pm (blib/lib/auto/NetCDF) > PERL_DL_NONLAZY=1 /usr/local/bin/perl -Iblib/arch -Iblib/lib > -I/usr/local/lib/perl5/5.6.0/i686-linux -I/usr/local/lib/perl5/5.6.0 > test.pl > Creating netCDF file...........................make[2]: *** [test_dynamic] > Segmentation fault (core dumped) > make[2]: Leaving directory `/root/netcdf-perl-1.2.1-new/src/perl' > make[1]: *** [perl/test] Error 1 > make[1]: Leaving directory `/root/netcdf-perl-1.2.1-new/src' > make: *** [test] Error 2 Just "boom", eh? No error message or anything? Yuck! What happens if you drop into the "perl/" subdirectory and manually execute the command PERL_DL_NONLAZY=1 /usr/local/bin/perl -Iblib/arch -Iblib/lib \ -I/usr/local/lib/perl5/5.6.0/i686-linux \ -I/usr/local/lib/perl5/5.6.0 \ test.pl Regards, Steve Emmerson <http://www.unidata.ucar.edu>