PyNGL/PyNIO installation problems

From: Schwedler, Benjamin <bschwedl_at_nyahnyahspammersnyahnyah>
Date: Fri Sep 03 2010 - 12:41:10 MDT

A sysadmin for a cluster that I am working on has been trying to install
PyNGL-1.3.1 and PyNIO-1.4.0. He was able to successfully build the
packages, but upon importing Nio and Ngl, I receive the following errors:

Python 2.5.2 (r252:60911, Apr 8 2010, 10:22:54)
[GCC 4.4.0] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import numpy
>>> numpy.__version__
'1.5.0.dev'
>>> import Nio
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File
"/apps/coates/Python-2.5.2/lib/python2.5/site-packages/PyNIO/Nio.py",
line 63, in <module>
    from nio import *
ImportError: libmfhdf.so.0: cannot open shared object file: No such file
or directory
>>> import Ngl
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File
"/apps/coates/Python-2.5.2/lib/python2.5/site-packages/PyNGL/Ngl.py",
line 38, in <module>
    import fplib
ImportError:
/apps/coates/Python-2.5.2/lib/python2.5/site-packages/PyNGL/fplib.so:
undefined symbol: _gfortran_pow_r8_i4

Builds were attempted with Python-2.5.2 with numpy-1.5.0dev and
Python-2.6.5 with numpy-2.0.0dev

$ uname -a
Linux coates-fe02.rcac.purdue.edu 2.6.18-194.3.1.el5rcac1 #1 SMP Sun May
16 16:03:15 EDT 2010 x86_64 x86_64 x86_64 GNU/Linux

Are there any suggestions for how we may able to get around this? Since
I didn't perform the installation myself, I don't know the exact
versions of all libraries that were used, but I should be able to find
that out.

Cheers,

Ben

-- 
Benjamin R. J. Schwedler
_______________________________________________
pyngl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/pyngl-talk
Received on Fri Sep 3 12:41:15 2010

This archive was generated by hypermail 2.1.8 : Thu Sep 09 2010 - 15:43:50 MDT