[pylucene-dev] help installing on Ubuntu Edgy
Andi Vajda
vajda at osafoundation.org
Wed Dec 12 15:19:03 PST 2007
On Wed, 12 Dec 2007, Chris Curvey wrote:
> 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:
Which flavor of PyLucene ? the jcc or the gcj one ?
Checking google with your error, I found this:
http://osdir.com/ml/debian.devel.gcc/2003-05/msg00357.html
Are you by any chance using libgcj as your java runtime ? yet intended to
run the jcc-PyLucene version (that is the one using a regular JVM such as
Sun's, not libgcj) ?
If you intended to run that version did you set LD_LIBRARY_PATH so that the
correct runtime VM is picked up ? (You can also use -Wl,-rpath in the link
flags in jcc's setup.py, or better yet use PyLucene's trunk instead of
2.2.0-1 at http://svn.osafoundation.org/pylucene/trunk/jcc/ where this is
the default on linux).
Andi..
More information about the pylucene-dev
mailing list