Re: can't search because python doesn't find libjava.so

2009-01-30 Thread Martin
meh, I think you can ignore this. I believe this is an issue while compiling pylucene... turns out I had some wrong paths while building jcc sorry for the noise On Jan 30, 10:41 am, Martin wrote: > Hi, > > I set up pylucene > I added the path to libjava.so to /etc/ld.so.conf and loaded i

can't search because python doesn't find libjava.so

2009-01-30 Thread Martin
Hi, I set up pylucene I added the path to libjava.so to /etc/ld.so.conf and loaded it using ldconfig. # ldconfig -p | grep libjava.so libjava.so (libc6, hwcap: 0x0001) => /usr/lib/jvm/ java-1.6.0-openjdk-1.6.0.0/jre/lib/i386/libjava.so if you now do # python >>> import l