[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[netCDFPerl #DKT-333115]: netcdfperl
- Subject: [netCDFPerl #DKT-333115]: netcdfperl
- Date: Tue, 08 Mar 2011 12:29:25 -0700
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