[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: during make install - "error while loading shared libraries: libaprutil-1.so.0"

From: Steven Dahlin <steven.dahlin_at_gmail.com>
Date: 2006-11-27 17:55:41 CET

I configured using the paths for apr and apr-util as you have suggested.
Curiously, there is now no problem during make install but there is still a
problem when I try executing svnadmin.

Thanks,
Steve

On 11/25/06, James Morse <jsmm104@ecs.soton.ac.uk> wrote:
>
> Steven Dahlin wrote:
> > I am getting an error message from "make install" from subversion
> > 1.4.2 indicating that libarputil-1.so.0 could not be found. I have
> > installed the apache apr and apr-util libraries and in the configure
> > told subversion to look for them: --with-apr=/usr/local/apr
> > --with-apr-util=/usr/local/apr. Also, just on the off chance I edited
> > /etc/ld.so.conf to include /usr/local/apr/lib. I am not sure how to
> > proceed at this time.
>
> Check that you have 'apr-1-config' and 'apu-1-config' installed. By the
> looks of it they may be in '/usr/local/bin' or /usr/local/apr/bin'.
> Then pass "--with-apr=/usr/bin/apr-1-config" and
> "--with-apr-util=/usr/bin/apu-1-config" to configure.
>
> This has always worked in the past for me, good luck!
>
>
>
>
Received on Mon Nov 27 17:57:07 2006

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.