Uploaded image for project: 'Qpid'
  1. Qpid
  2. QPID-7403

Adding SSL support to AIX qpid .34 build causes compile error

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • qpid-cpp-0.34
    • None
    • C++ Client
    • 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.

      Attachments

        Activity

          People

            shuston Stephen D. Huston
            chriswhelan Chris Whelan
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: