[pylucene-dev] PyLucene app->web CGI?
Andi Vajda
vajda at osafoundation.org
Thu Apr 6 10:12:10 PDT 2006
On Wed, 5 Apr 2006, Kevin Ollivier wrote:
> I think I've found the root of the problem and have attached a patch which,
> at least, gets rid of the segfault when running PyLucene in my tests. Read
> below for more info on how I got this far. ;-)
Kevin,
This is awesome !
I got it to work in Linux by adding the classes from your patch to
_PyLucene.cpp via JvInitClass() calls.
I also followed the linking steps as described here:
http://gcc.gnu.org/wiki/Statically%20linking%20libgcj
for those less than obvious link command line arguments.
I've checked this into the PyLucene trunk. Now, onto Mac OS X where
libgcj.dylib is even huger.
Thank you so much for figuring this out !
Andi..
More information about the pylucene-dev
mailing list