[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[netCDFPerl #DKT-333115]: netcdfperl



Indra,

> After, I made some "modify", I get this error (when I execute "indra2.pl")
> 
> address@hidden 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


NOTE: All email exchanges with Unidata User Support are recorded in the Unidata inquiry tracking system and then made publicly available through the web. If you do not want to have your interactions made available in this way, you must let us know in each email you send to us.