You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "Erik Holstad (JIRA)" <ji...@apache.org> on 2009/11/24 18:44:39 UTC

[jira] Updated: (ZOOKEEPER-594) Adding documentation to zkpython to help out with the setup for finding libzookeeper_mt.so.2

     [ https://issues.apache.org/jira/browse/ZOOKEEPER-594?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Erik Holstad updated ZOOKEEPER-594:
-----------------------------------

    Attachment: ZOOKEEPER-594.patch

> 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
>         Attachments: ZOOKEEPER-594.patch
>
>
> 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.