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.
Indra, > After, I made some "modify", I get this error (when I execute "indra2.pl") > > [meteo10@wcpl-3 Perl]$ ./indra2.pl > Can't > load > '/usr/local/lib/perl5/site_perl/5.005/i686-linux/auto/NetCDF/NetCDF.so' > for module NetCDF: > /usr/local/lib/perl5/site_perl/5.005/i686-linux/auto/NetCDF/NetCDF.so: > undefined symbol: ncopts at > /usr/local/lib/perl5/5.00504/i686-linux/DynaLoader.pm line 169. > > at ./indra2.pl line 3 > BEGIN failed--compilation aborted at ./indra2.pl line 3. > _________________ > > line 3 in indr2.pl is "use NetCDF"; > #!/usr/bin/perl > > use NetCDF; > #use netcdf; > > #use POSIX qw( strftime ); > ...... The symbol "ncopts" should be defined in the file "NetCDF.so". Is it? Use the command "nm -g /usr/local/lib/perl5/site_perl/5.005/i686-linux/auto/NetCDF/NetCDF.so | grep ncopts" to determine this. > Thank you, > Indra Regards, Steve Emmerson Ticket Details =================== Ticket ID: DKT-333115 Department: Support netCDF Perl Priority: Normal Status: Closed