Re: nio.so: undefined symbol: sd_ncvarinq

From: David Brown <dbrown_at_nyahnyahspammersnyahnyah>
Date: Tue Apr 29 2014 - 15:09:31 MDT

Hi Greg,

This symbol is missing because of the way the HDF4 library was configured. Specifically it must configured with the --disable-netcdf option.
You will need to rebuild HDF4. Hopefully this will fix the problem. Be sure to follow the instructions exactly.

Unfortunately, because shared objects are loaded on demand at runtime in Python, you do not find out if a symbol is missing until you actually try to import the module.

If you are still have trouble, let us know.
 -dave

On Apr 29, 2014, at 2:54 PM, brown wrap <gramos@yahoo.com> wrote:

> I have recently built PyNIO. On one system the import work fine, the other, I get and error:
>
> nio.so: undefined symbol: sd_ncvarinq
>
>
> On the problem system I have:
>
> python 2.7.2
> hdf-4.2.9
> hdf5-1.8.11
> netcdf-4.1.3
> zlib-1.2.8
> szip/2.1
>
> The install did not give me any errors, but when I went to import, I receied the above error. Thanks.
>
> Greg
>
> _______________________________________________
> pyngl-talk mailing list
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/pyngl-talk

_______________________________________________
pyngl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/pyngl-talk
Received on Tue Apr 29 15:09:37 2014

This archive was generated by hypermail 2.1.8 : Tue Jun 03 2014 - 12:21:05 MDT