- Are the Berkeley DB files an option or do I have to install them
too? I don't think I'm gonna use it, so far.

PyLucene comes in two flavors, with or without Berkeley db support. The archive containing -db- in its name is the one that requires Berkeley DB. If you don't need, don't install that one.


- Next, I've copied the libraries in PyLucene-0.9.8/gcj/ in
/usr/local/lib, but when I run the Python interpreter and try to
import it I get the following message.

Python 2.4.1 (#2, Mar 30 2005, 21:51:10)
[GCC 3.3.5 (Debian 1:3.3.5-8ubuntu2)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
import PyLucene
Traceback (most recent call last):
 File "<stdin>", line 1, in ?
 File "/usr/lib/python2.4/site-packages/PyLucene.py", line 4, in ?
   import _PyLucene
ImportError: libgcj.so.5: cannot open shared object file: No such file
or directory

Am I missing something? Is there any dependency I need? Thanks a lot
in advance. Best,

Yes, you probably need to set LD_LIBRARY_PATH to contain /usr/local/lib.

Note that the Linux binaries were built on a Gentoo 2004.3 system. I'm not sure that this is going to be compatible with Ubuntu.
Let us know how it works.


Andi..
_______________________________________________
pylucene-dev mailing list
[email protected]
http://lists.osafoundation.org/mailman/listinfo/pylucene-dev

Reply via email to