I hope I'm asking in the right place.  I'm trying to compile PyLucene from
source on Edgy.  The compile and install goes fine, but then I get this:

[EMAIL PROTECTED]:~/downloads/PyLucene-src-2.2.0-1$ python2.5
Python 2.5 (r25:51908, Oct  6 2006, 15:22:41)
[GCC 4.1.2 20060928 (prerelease) (Ubuntu 4.1.1-13ubuntu4)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import PyLucene
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "PyLucene.py", line 33, in <module>
    from _PyLucene import *
ImportError: /usr/lib/python2.5/site-packages/_PyLucene.so: undefined
symbol: deflateInit2_
>>>

any hints?
-- 
I am often wrong, but I am never in doubt.
_______________________________________________
pylucene-dev mailing list
[email protected]
http://lists.osafoundation.org/mailman/listinfo/pylucene-dev

Reply via email to