Uploaded image for project: 'ActiveMQ C++ Client'
  1. ActiveMQ C++ Client
  2. AMQCPP-224

Configure accept wrong versions of apr-util

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.2.2, 2.2.3, 2.2.4
    • 2.2.5, 3.0
    • CMS Impl
    • None
    • OSX / Linux Centos

    Description

      The configure script accepts the following
      checking for APR-util... yes
      checking APR version... 1.3.3
      checking APU version... 1.2.7

      Which eventually results in a compile error.

      /usr/local//include/apr-1/apr_file_info.h:192: error: 'apr_ino_t' does not name a type
      /usr/local//include/apr-1/apr_want.h:92: error: redefinition of 'struct iovec'
      /usr/include/sys/socket.h:128: error: previous definition of 'struct iovec'
      make[2]: *** [activemq/core/libactivemq_cpp_la-ActiveMQConnectionFactory.lo] Error 1
      make[1]: *** [all-recursive] Error 1
      make: *** [all] Error 2

      When fixing the version of apr-util version it will compile without any problems.

      Attachments

        Activity

          People

            tabish Timothy A. Bish
            utopia Utopia
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: