Hi All This might be pure stupidity/ignorance on my part, but any pointers to fixing this would be gratefully accepted.
I'm attempting to build the M2.1 cpp Qpid broker and client on Linux Mint v4.0 (based on Ubuntu "Gutsy") without much success. If I perform a default build (./bootstrap; ./configure; make; make install) after ensuring that all the pre-requisites (including installing Apache Runtime Library) have been met, it completes successfully. However, attempting to run the broker gives me the following error: [EMAIL PROTECTED]:~# /usr/local/sbin/qpidd Error [90023] This function has not been implemented on this pl (sys/apr/LFProcessor.cpp:46) [EMAIL PROTECTED]:~# If I attempt to build whilst specifying configure's "--disable-apr", the build fails: ./bootstrap ./configure --disable-apr make <snip> g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../gen -I../../lib/common/sys -I../../lib/common/framing -Werror -pedantic -Wall -Wextra -Wno-shadow -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wvolatile-register-var -Winvalid-pch -Wno-system-headers -g -O2 -MT APRAcceptor.lo -MD -MP -MF .deps/APRAcceptor.Tpo -c sys/apr/APRAcceptor.cpp -fPIC -DPIC -o .libs/APRAcceptor.o sys/apr/APRAcceptor.cpp:23:23: error: apr_pools.h: No such file or directory In file included from sys/apr/APRAcceptor.cpp:24: sys/apr/LFProcessor.h:24:22: error: apr_poll.h: No such file or directory In file included from sys/apr/APRAcceptor.cpp:25: etc, etc... </snip> I'm a tad stuck... Many thanks, Paul Gamble
