Chris Whelan created QPID-7403:
----------------------------------
Summary: Adding SSL support to AIX qpid .34 build causes compile
error
Key: QPID-7403
URL: https://issues.apache.org/jira/browse/QPID-7403
Project: Qpid
Issue Type: Bug
Components: C++ Client
Affects Versions: qpid-cpp-0.34
Environment: AIX
Reporter: Chris Whelan
Priority: Minor
After turning on SSL support in the qpid build, a compile failure occurred.
The qpid/sys/ssl/SslSocket.cpp file utilizes the MSG_DONTWAIT typedef which
does not resolve on AIX. It appears that the equivalent on AIX should be
MSG_NONBLOCK.
Making the above change corrected the compile error and my qpid client program
that utilizes ssl executes successfully.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]