Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
qpid-cpp-0.34
-
None
-
None
-
AIX
Description
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.