On Mon, 2009-04-27 at 08:35 -0700, nmittal wrote:
> 
> 
> 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
> 

You apparently have v1.2.7.  You can usually find out the version by
using the config script installed with APR 'apr-1-config --version' will
tell you.  You can find out where its installed by 'which apr-1-config'


-- 
Tim Bish
http://fusesource.com
http://timbish.blogspot.com/



Reply via email to