You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Ram Nukala <ob...@yahoo.com> on 2005/03/14 17:07:00 UTC

/usr/libexec/ld-elf.so.1: Shared object "libsvn_client-1.so.0" not found

Hi Olivier, 
Thanks for the help. That worked. But I am getting a
problem when I try to execute the 'svn' program I get
a shared library problem. The error I get is: 

/usr/libexec/ld-elf.so.1: Shared object
"libsvn_client-1.so.0" not found

I have set the LD_LIBRARY_PATH to point to the lib
folder of my subversion folder. That lib folder has
the  file libsvn_client-1.a 

Thanks for any pointers. 

--- Olivier Delannoy <ol...@prism.uvsq.fr>
wrote:
> Ram Nukala wrote:
> 
> >Hi , 
> >I am trying to build subversion 1.1.3 from source
> on a
> >FreeBSD system. I don't have root access on this
> box
> >and I am running in to problems during 'make
> install'
> >(I had already installed apache2 successfully under
> my
> >home directory and ran ./configure
> >--with-apr=/usr/home/myname/apache2
> >--with-apr-util=/usr/home/myname/apache2) and
> >successfully ran make also. 
> >
> >It complains about not being able to write to the
> >directory /usr/local and I don't have permission to
> >write to that directory. 
> >
> >Is there any way I can build with out having to be
> >root and not having write permission to /usr
> >directory. 
> >
> >Or is there any place I can download the prebuilt
> >binaries for FreeBSD(i386). The link on the
> subversion
> >site doesn't seem to have the actual binary. 
> >
> >
> >Thanks
> >Ram 
> >
> >
>
>---------------------------------------------------------------------
> >To unsubscribe, e-mail:
> users-unsubscribe@subversion.tigris.org
> >For additional commands, e-mail:
> users-help@subversion.tigris.org
> >
> >  
> >
> You simply have to use the --prefix option with the
> configure script for 
> example
> ./configure --prefix=/tmp will install Subversion in
> /tmp. This is true 
> for any program based on autoconf and automake.
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org