[SciPy-user] IRIX problems

Martin Wiechert martin.wiechert at gmx.de
Mon Jun 28 08:55:50 EDT 2004


Hi all,

I'm trying to install scipy on our dunno-how-old IRIX server.
I've used a lib called complib.sgimath instead of atlas/LAPACK ...
Now I get the following error:

    import lapack_lite
ImportError: 563534:python2.3: rld: Fatal Error: unresolvable symbol 
in /user/wiechert/lib/python2.3/site-packages/Numeric/lapack_lite.so: zgelsd_

lapack_lite is linked against following libs:
ldd lapack_lite.so
        libcomplib.sgimath.so  =>        /usr/lib32/libcomplib.sgimath.so
        libblas.so  =>   /usr/lib32/libblas.so
        libftn.so  =>    /usr/lib32/libftn.so
        libm.so  =>      /usr/lib32/libm.so
        libc.so.1  =>    /usr/lib32/libc.so.1

What can I do?

Thanks, Martin.




More information about the SciPy-User mailing list