I m trying to install ActiveMQ C++ client install (CMS)
I am getting the following error, when i try to configure.
configure: WARNING: APR not found
The Apache Portable Runtime (APR) library cannot be found.
Please install APR on this system and supply the appropriate
--with-apr option to 'configure'
configure: error: no suitable APR found
I do have apr and apr-util install as follows:
~/activemq-cpp-library-3.3.0 $ rpm -qa|grep apr
apr-1.2.7-11.el5_6.5
apr-devel-1.2.7-11.el5_6.5
apr-1.2.7-11.el5_6.5
apr-util-1.2.7-11.el5_5.2
xorg-x11-drv-dynapro-1.1.0-2
apr-util-1.2.7-11.el5_5.2
apr-devel-1.2.7-11.el5_6.5
Well i can add the prefix --with-apr to configure it but i dont know the path.
When i do
$ locate apr | less
It greps everything that has apr in it.
How can i resolve this?