Hi all,

I have successfully installed lzo2.03
http://www.oberhumer.com/opensource/lzo/

using

./configure --prefix=$HOME/local
make
make install

How do I configure pytables in order to detect the lzo 
header files in /home/nwagner/local/include/lzo  ?

Can I use a site.cfg file ?

Nils

python setup.py install --prefix=$HOME/local
* Found numpy 2.0.0.dev8460 package installed.
* Found numexpr 1.4.dev169 package installed.
* Found HDF5 headers at ``/usr/include``, library at 
``/usr/lib64``.
* Could not find LZO 2 headers and library; disabling 
support for it.
* Could not find LZO 1 headers and library; disabling 
support for it.
* Found bzip2 headers at ``/usr/include``, library at 
``/usr/lib64``.
* Found pthreads headers at ``/usr/include``, library at 
``/usr/lib64``.

------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
Pytables-users mailing list
Pytables-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pytables-users

Reply via email to