Я пытаюсь установить клиент ActiveMQ C ++ install (CMS)
При попытке настроить я получаю следующую ошибку.
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
У меня есть apr и apr-Утилита устанавливается следующим образом:
~/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
Ну, я могу добавить префикс --with-apr, чтобы настроить его, но я не знаю путь.
Когда я делаю
$ locate apr | less
Он включает в себя все, что имеет apr.
Как я могу решить эту проблему?