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.
Alford, >Date: Tue, 13 Mar 2001 16:10:35 -0600 >From: "Alford, Glennette R" <address@hidden> >Organization: US/Navy >To: "'Steve Emmerson'" <address@hidden> >Subject: RE: 20010313: Installation of NetCDF-perl-1.2.1 >Keywords: 200103131940.f2DJeZL13393 The above message contained the following: > The error message is > PERL_DL_NONLAZY=3D1 : Command not found You must be using a non-standard shell (e.g. "csh" instead of "sh" or "bash"). If your shell is csh-like, then try the following: setenv PERL_DL_NONLAZY 3D1 /usr/local/bin/perl -Iblib/arch -Iblib/lib \ -I/usr/local/lib/perl5/5.00503/sun4-solaris \ -I/usr/local/lib/perl5/5.00503 test.pl and tell me the output. If you're not using a csh-like shell, then let me know. Regards, Steve Emmerson <http://www.unidata.ucar.edu>