Adding documentation to zkpython to help out with the setup for finding
libzookeeper_mt.so.2
--------------------------------------------------------------------------------------------
Key: ZOOKEEPER-594
URL: https://issues.apache.org/jira/browse/ZOOKEEPER-594
Project: Zookeeper
Issue Type: Improvement
Components: contrib
Environment: Have been tested on Fedora 9
Reporter: Erik Holstad
Assignee: Erik Holstad
Priority: Minor
When setting up and using the zkpython binding, sometimes you encounter the
problem that python cannot find the file "libzookeeper_mt.so.2". This can be
fixed in most cases by for example adding the line "export
LD_LIBRARY_PATH=/usr/local/lib/" to your .bashrc file. I some cases though,
when for example running your python script from within a fcgi context and a
lighttpd server it still isn't able to find the file.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.