[SciPy-user] ANN: PyTables-0.9 released

Stephen Walton stephen.walton at csun.edu
Sun Nov 7 15:03:01 EST 2004


On Fri, 2004-11-05 at 19:28 +0100, Francesc Altet wrote:
> Announcing PyTables 0.9

Francesc, I hit a problem building PyTables 0.9 on FC2 which I didn't
see at PyTables 0.8.3:  it is attempting to link against the lzo
libraries even though setup.py correctly detected I don't have them
installed.  A short excerpt from the build output:

Found HDF5 libraries at /usr/lib
Found HDF5 header files at /usr/include
Optional lzo libraries or include files not found. Disabling support for
them.
Optional ucl libraries or include files not found. Disabling support for
them.
Found numarray 1.1 package installed
running build
running build_py
creating build
creating build/lib.linux-i686-2.3
creating build/lib.linux-i686-2.3/tables
[...many lines deleted, including a lot of warnings about mismatched
pointer types..]
build/temp.linux-i686-2.3/src/H5TB-opt.o -lhdf5 -llzo -lucl -o
build/lib.linux-i686-2.3/tables/hdf5Extension.so
/usr/bin/ld: cannot find -llzo
collect2: ld returned 1 exit status
error: command 'gcc' failed with exit status 1
 
-- 
Stephen Walton <stephen.walton at csun.edu>
Physics & Astronomy CSUN




More information about the SciPy-User mailing list