You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Kurt Guenther <ku...@serent.com> on 2004/07/06 00:47:58 UTC

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

I have the source code for:

/opt/httpd-2.0.50
/opt/subversion-1.0.5

I build http with:

    ./configure --enable-dav --enable-dav-fs

and it all compiles and installs fine.

I then configure & make subversion:

    ./configure --with-apache=/opt/httpd-2.0.50
    make

but it ends with this error:

cd subversion/mod_authz_svn && /bin/sh /opt/subversion-1.0.5/libtool 
--silent --mode=link gcc  -g -O2  -g -O2 -pthread  -DNEON_ZLIB   -rpath  
-avoid-version -module -o mod_authz_svn.la mod_authz_svn.lo 
../../subversion/libsvn_subr/libsvn_subr-1.la
libtool: link: only absolute run-paths are allowed
make: *** [subversion/mod_authz_svn/mod_authz_svn.la] Error 1

I'm running with Gentoo Linux on a 2.6 kernel, but I don't know why that 
would be a problem.   Gcc version is:

seeker subversion-1.0.5 # gcc --version
gcc (GCC) 3.3.3 20040412 (Gentoo Linux 3.3.3-r6, ssp-3.3.2-2, pie-8.7.6)

--Kurt


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

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

Posted by Kurt Guenther <ku...@serent.com>.
This looks like issue #997.


Kurt Guenther wrote:

>
> I have the source code for:
>
> /opt/httpd-2.0.50
> /opt/subversion-1.0.5
>
> I build http with:
>
>    ./configure --enable-dav --enable-dav-fs
>
> and it all compiles and installs fine.
>
> I then configure & make subversion:
>
>    ./configure --with-apache=/opt/httpd-2.0.50
>    make
>
> but it ends with this error:
>
> cd subversion/mod_authz_svn && /bin/sh /opt/subversion-1.0.5/libtool 
> --silent --mode=link gcc  -g -O2  -g -O2 -pthread  -DNEON_ZLIB   
> -rpath  -avoid-version -module -o mod_authz_svn.la mod_authz_svn.lo 
> ../../subversion/libsvn_subr/libsvn_subr-1.la
> libtool: link: only absolute run-paths are allowed
> make: *** [subversion/mod_authz_svn/mod_authz_svn.la] Error 1
>
> I'm running with Gentoo Linux on a 2.6 kernel, but I don't know why 
> that would be a problem.   Gcc version is:
>
> seeker subversion-1.0.5 # gcc --version
> gcc (GCC) 3.3.3 20040412 (Gentoo Linux 3.3.3-r6, ssp-3.3.2-2, pie-8.7.6)
>
> --Kurt
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>
>
>


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