[1] In FC5, PyLucene needs to be installed under lib64 rather than lib, oterwise it segfaults.
What is that lib64 directory ? If it is for 64 bit libs, PyLucene is not one of them. Without the patch to gcj 4.1.0 I mentionned earlier, PyLucene will segfault as soon as garbage collection kicks in.
To verify that this is not the case: > python >>> import PyLucene >>> PyLucene.System.gc() If this completes, you do not need the patch. Andi.. _______________________________________________ pylucene-dev mailing list [email protected] http://lists.osafoundation.org/mailman/listinfo/pylucene-dev
