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

Re: error: libtool: link: only absolute run-paths are allowed

From: Donald R Laster Jr <laster_at_dlaster.com>
Date: 2005-05-27 05:05:14 CEST

Dmitry,

  I came across this at one point. Try building the apr, apr-util, iconv, neon and other needed external packages separate from the subversion build. I believe that is how I got around the problem. This is a script I put together to do the build. It also will reveals some of my missteps in using configure :-)

        Don

#!/bin/sh
#
 OPTS=""
 OPTS="${OPTS} --prefix=/usr/local/subversion-1.1.4 "
#OPTS="${OPTS} --prefix=/usr/local/subversion-1.2.0 "
 OPTS="${OPTS} --disable-subdir-config"
 OPTS="${OPTS} --enable-shared "
 OPTS="${OPTS} --enable-dso "
#OPTS="${OPTS} --enable-javahl "
 OPTS="${OPTS} --with-ssl "
 OPTS="${OPTS} --with-pic "
 OPTS="${OPTS} --with-editor=/usr/bin/vi "
 OPTS="${OPTS} --with-zlib "
#
 OPTS="${OPTS} --with-berkeley-db=/usr/include/db4:/usr/bin"
#
#OPTS="${OPTS} --with-apache=/home/laster/HTTPD/httpd-2.0.53 "
#OPTS="${OPTS} --with-apache=/usr/local/apache2"
 OPTS="${OPTS} --with-apxs=/usr/local/apache2/bin/apxs"
#
#OPTS="${OPTS} --with-apr-util=/home/laster/SubVersion/subversion-1.2.0-rc4/apr-util"
#OPTS="${OPTS} --with-apr=/home/laster/SubVersion/subversion-1.2.0-rc4/apr"
#
 OPTS="${OPTS} --with-apr-util=/usr/local/apr/bin/apu-config"
 OPTS="${OPTS} --with-apr=/usr/local/apr/bin/apr-config"
 OPTS="${OPTS} --with-iconv=/usr/local/apr/bin/iconv"
#
#OPTS="${OPTS} --with-neon=/usr/local/bin/neon-config"
#OPTS="${OPTS} --with-neon=/usr/local/bin"
 OPTS="${OPTS} --with-neon=/usr/local"
 OPTS="${OPTS} --disable-neon-version-check"
#
#OPTS="${OPTS} --enable-swig-bindings=all "
#
 ./configure ${OPTS}
#
 if [ "$*" = "build" ] ; then
   make external-all
   make local-all
   make
   make check
 fi

Dmitry Lumpov wrote:
> Hi,
>
> While building the Subversion project I received this error message:
>
> -------
> cd subversion/mod_dav_svn && /bin/sh /home/dlumpov/arc/subversion-1.2.0/libtool
> --tag=CC --silent --mode=link gcc -g -O2 -g -O2 -pthread -DNEON_ZLIB
> -DNEON_SSL -rpath -avoid-version -module -o mod_dav_svn.la activity.lo
> deadprops.lo file_revs.lo liveprops.lo lock.lo log.lo merge.lo mod_dav_svn.lo
> repos.lo update.lo util.lo version.lo
> ../../subversion/libsvn_repos/libsvn_repos-1.la
> ../../subversion/libsvn_fs/libsvn_fs-1.la
> ../../subversion/libsvn_delta/libsvn_delta-1.la
> ../../subversion/libsvn_subr/libsvn_subr-1.la
> libtool: link: only absolute run-paths are allowed
> make: *** [subversion/mod_dav_svn/mod_dav_svn.la] Error 1
> -------
>
> Couldn't find any solutions in FAQ or in the Internet.
> Do you have any ideas?
>
> Regards,
> Dmitry.
>
>
>
>
> __________________________________
> Do you Yahoo!?
> Yahoo! Small Business - Try our new Resources site
> http://smallbusiness.yahoo.com/resources/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>

-- 
===========================================================================
Donald R. Laster Jr. 
Senior Consulting Engineer
DOT4 Inc.
25 Heidl Ave                                              
West Long Branch, NJ 07764      
Email : laster@dlaster.com
        dlaster@dot4.com
IM:     drljrus (AIM/Yahoo)
Phones: (732) 263-9235 (Evening)
        (732) 263-9236 (Office)
        (732) 539-5658 (Cell)
        (732) 263-9280 (Fax)
===========================================================================
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri May 27 04:58:01 2005

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.