After building and installing lucene on x64 gentoo box and issuing make test i have following error:
#:~/PyLucene-src-2.0.0-3 $ make test cd samples/LuceneInAction; /usr/bin/python index.py Traceback (most recent call last): File "index.py", line 7, in ? from lia.common.TestDataDocumentHandler import TestDataDocumentHandler File "/root/PyLucene-src-2.0.0-3/samples/LuceneInAction/lia/common/TestDataDocumentHandler.py", line 26, in ? from PyLucene import \ File "/usr/lib64/python2.4/site-packages/PyLucene.py", line 33, in ? from _PyLucene import * ImportError: /usr/lib64/python2.4/site-packages/_PyLucene.so: undefined symbol: deflate make: *** [samples/LuceneInAction/index] Error 1 Could anybody help me out with this? -- Pozdrawiam Marcin Swiderski [EMAIL PROTECTED]
_______________________________________________ pylucene-dev mailing list [email protected] http://lists.osafoundation.org/mailman/listinfo/pylucene-dev
