Details
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.