[SciPy-dev] undefined symbol: atl_f77wrap_izamax__
Nils Wagner
nwagner at iam.uni-stuttgart.de
Fri Jan 5 02:51:52 CST 2007
Hi,
My recent findings concerning the installation problems
on openSUSE 10.2 are listed below.
I have added two symbolic links (Thanks to Andreas Hanke)
ln -s /lib64/libgcc_s.so.1 /usr/lib64/libgcc_s.so
ln -s /lib/libgcc_s.so.1 /usr/lib/libgcc_s.so
I was able to install numpy.
But if I import numpy I get
>>> import numpy
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File
"/usr/local/lib64/python2.5/site-packages/numpy/__init__.py",
line 40, in <module>
import linalg
File
"/usr/local/lib64/python2.5/site-packages/numpy/linalg/__init__.py",
line 4, in <module>
from linalg import *
File
"/usr/local/lib64/python2.5/site-packages/numpy/linalg/linalg.py",
line 25, in <module>
from numpy.linalg import lapack_lite
ImportError:
/usr/local/lib64/python2.5/site-packages/numpy/linalg/lapack_lite.so:
undefined symbol: atl_f77wrap_izamax__
I have installed ATLAS 3.7.11 from scratch.
Any pointer is appreciated.
Thanks in advance.
Nils
More information about the Scipy-dev
mailing list