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

Re: make error

From: Erik Huelsmann <ehuels_at_gmail.com>
Date: Thu, 3 Jan 2008 13:12:09 +0100

On 1/3/08, galaxy engine <galaxy.engine_at_gmail.com> wrote:
> sorry but how can i configure the search path of the ld?
> say if the libaprutil-0.so* is under folder /home/test/lib.

 $ LD_LIBRARY_PATH=/home/test/lib make install

should do that.

Bye,

Erik.
PS: Please keep replies on the list, others may benefit from your
questions and the answers.

> cheers.
>
> On 1/3/08, Erik Huelsmann <ehuels_at_gmail.com> wrote:
> > On 1/3/08, galaxy engine <galaxy.engine_at_gmail.com> wrote:
> > >
> > > >
> > > > anyone can help? thanks.
> > > >
> > > > /usr/bin/install -c -d
> > > /home/galaxyengine/galaxy.mting.org/lib
> > > > cd subversion/libsvn_subr ; /bin/sh
> > > /home/galaxyengine/galaxy.mting.org/subversion-
> 1.4.6/libtool
> > > --mode=install /usr/bin/install -c libsvn_subr- 1.la
> > >
> /home/galaxyengine/galaxy.mting.org/lib/libsvn_subr-1.la
> > > > libtool: install: warning: relinking `libsvn_subr- 1.la'
> > > > (cd /home/galaxyengine/galaxy.mting.org/subversion-
> > > 1.4.6/subversion/libsvn_subr; /bin/sh
> > >
> /home/galaxyengine/galaxy.mting.org/subversion-1.4.6/libtool
> > > --tag=CC --silent --mode=relink gcc -g -O2 -g -O2 -pthread
> > > -D_LARGEFILE64_SOURCE -DNE_LFS -rpath
> > > /home/galaxyengine/galaxy.mting.org/lib -o libsvn_subr-
> > > 1.la auth.lo cmdline.lo compat.lo config.lo config_auth.lo
> config_file.lo
> > > config_win.lo constructors.lo ctype.lo date.lo dso.lo error.lo hash.lo
> io.lo
> > > kitchensink.lo lock.lo md5.lo nls.lo opt.lo path.lo pool.lo prompt.lo
> > > quoprint.lo simple_providers.lo sorts.lo ssl_client_cert_providers.lo
> > > ssl_client_cert_pw_providers.lo ssl_server_trust_providers.lo stream.lo
> > > subst.lo svn_base64.lo svn_string.lo target.lo time.lo user.lo
> > > username_providers.lo utf.lo utf_validate.lo validate.lo version.lo
> xml.lo
> > >
> /home/galaxyengine/galaxy.mting.org/subversion-1.4.6/apr-util/libaprutil-
> > > 0.la -lexpat
> > > /home/galaxyengine/galaxy.mting.org/subversion-
> > > 1.4.6/apr/libapr- 0.la -lrt -lm -lcrypt -lnsl -lpthread -ldl -lz )
> > > > /usr/bin/ld: cannot find -laprutil-0
> > > > collect2: ld returned 1 exit status
> > > > libtool: install: error: relink `libsvn_subr- 1.la' with the above
> command
> > > before installing it
> > > > make: *** [install-fsmod-lib] Error 1
> >
> > Your linker (ld) can't find libaprutil-0.so* in its search path. Maybe
> > you don't have it installed or you have it but outside the search
> > path?
> >
> > bye,
> >
> > Erik.
> >
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-01-04 07:03:04 CET

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.