Add warnings about the installation of libzmq1

With the incorrect compile-time options for libzmq1, pyzmq
will give an error such as the following:

    AttributeError: Socket has no such option: RCVTIMEO

Change-Id: I719a8de89b26dba974d7af8d631b7cdd729a074b
This commit is contained in:
Bob Ball 2014-06-04 16:46:17 +01:00 committed by Jeremy Stanley
parent b6539f9cdd
commit 8b0ba7bcf2

View File

@ -55,6 +55,11 @@ Or install directly from a git checkout with::
pip install .
Note that some distributions provide a libzmq1 which does not support
RCVTIMEO. Removing this libzmq1 from the system libraries will ensure
pip compiles a libzmq1 with appropriate options for the version of
pyzmq used by nodepool.
Configuration
-------------