but django raise a error like:
-----------------------
Error was: libstdc++.so.6: cannot open shared object file: No such file or directory
-----------------------
This error because I don't have permission to copy libstdc++.so.6 to /usr/local.
I try to use LD_LIBRARY_PATH to set another directory to save this lib file, but it not work with django. :(
How can I use PyLucene with Django?
_______________________________________________ pylucene-dev mailing list [email protected] http://lists.osafoundation.org/mailman/listinfo/pylucene-dev
