Timothy Bish wrote:
> 
>>From problems you were having previously I'm assuming that you have an
> older version of APR installed somewhere on Path and that is getting
> found instead of the 1.3 version you built and installed in /usr/local
> most likely in /usr/lib.  The best solution is to build and install APR
> over the install that you currently have in /usr so that you don't have
> to muck around with all these path changes to get the client to build
> and run.  Barring that you need to alter your environment such that the
> version of APR found first by the loader is the 1.3 version.
> 
> You can install an APR 1.3 over an older version of APR 1.x since the
> APR version guidelines state that they are always backwards compatible
> across major version numbers.
> 
> Regards
> Tim.
> 
> 
> -- 
> Tim Bish
> http://fusesource.com
> http://timbish.blogspot.com/
> 
> 
> 

I will do that.. is there a quick way to check what version is have on? this
is a 64-bit server and yum install httpd-devel only puts the following...
Installing:
 httpd-devel         x86_64    2.2.3-22.el5      rhel-x86_64-server-5    148
k
 httpd-devel         i386      2.2.3-22.el5      rhel-x86_64-server-5    148
k
Installing for dependencies:
 apr-devel           x86_64    1.2.7-11          rhel-x86_64-server-5    243
k
 apr-util-devel      x86_64    1.2.7-7.el5       rhel-x86_64-server-5     54
k
 cyrus-sasl-devel    x86_64    2.1.22-4          rhel-x86_64-server-5    1.4
M
 expat-devel         x86_64    1.95.8-8.2.1      rhel-x86_64-server-5    126
k
 httpd               x86_64    2.2.3-22.el5      rhel-x86_64-server-5    1.2
M
 openldap-devel      x86_64    2.3.43-3.el5      rhel-x86_64-server-5    1.6
M

-- 
View this message in context: 
http://www.nabble.com/Libraries-to-include-while-compiling-my-activemq-cpp-code-tp23223505p23259011.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to