[zeromq-dev] Fixes for AIX and HP-UX in 2.1.10
AJ Lewis
aj.lewis at quantum.com
Fri Nov 4 15:09:34 CET 2011
Attached are 4 patches. They are also available on github as a pull
request to zeromq2-1.
The first fixes builds on AIX 6.1 for me.
The next 3 are a progression of fixes to get HP-UX builds working with
libdcekt for UUID generation (See
https://zeromq.jira.com/browse/LIBZMQ-226). The old behavior used
openssl's RAND_bytes() call, but for this to work properly on HP-UX, you
need to either have openssl's prngd running, or have krng (kernel random
number generator) installed. The old behavior can still be selected by
using the new '--without-dce' flag to configure.
I did not regenerate the automake/autoconf files for the patches. My
version of automake is newer than the one used for 2.1.0, so I wasn't
sure if you'd want all the new stuff that showed up with that.
Regards,
--
AJ Lewis
Software Engineer
Quantum Corporation
Work: 651 688-4346
----------------------------------------------------------------------
The information contained in this transmission may be confidential. Any disclosure, copying, or further distribution of confidential information is not permitted unless such privilege is explicitly granted in writing by Quantum. Quantum reserves the right to have electronic communications, including email and attachments, sent across its networks filtered through anti virus and spam software programs and retain such messages in order to comply with applicable data security and retention requirements. Quantum is not responsible for the proper and complete transmission of the substance of this communication or for any delay in its receipt.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Get-zeromq-compiling-on-AIX-6.1.patch
Type: text/x-diff
Size: 1926 bytes
Desc: not available
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20111104/349718bc/attachment.patch>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-Use-DCE-library-on-HP-UX-to-handle-UUID-generation.patch
Type: text/x-diff
Size: 2302 bytes
Desc: not available
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20111104/349718bc/attachment-0001.patch>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0003-Implement-DCE-uuid-calls-properly.patch
Type: text/x-diff
Size: 2906 bytes
Desc: not available
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20111104/349718bc/attachment-0002.patch>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0004-Combine-the-existing-freebsd-netbsd-section-with-the.patch
Type: text/x-diff
Size: 1934 bytes
Desc: not available
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20111104/349718bc/attachment-0003.patch>
More information about the zeromq-dev
mailing list