You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Robert Krugmann <Ro...@infoteam.de> on 2005/06/07 11:01:18 UTC

Problems compiling subversion release 1.2 for Debian Kernel 2.6.11

Hi all,

due to the fact I was not able to find Debian binary packages for subversion 1.2, I tried
to compile it for myself.

After downloading serveral libraries and source-packages the configuration by
`./configure --with-apr=<path> --with-apr-util=<path> --with-pic --with-apache=<path> --with-ssl --with-zlib`
worked fine. Even "make all" seems to work, but then I got the following error message:

root@poweronoff:/usr/src/software/subversion/release1.2.0# make
<snip>
cd subversion/mod_dav_svn && /bin/sh /usr/src/software/subversion/release1.2.0/libtool --tag=CC --silent --mode=link gcc  -g -O2  -g -O2 -pthread  -DNEON_ZLIB -DNEON_SSL  -L/usr/include/lib  -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 /usr/src/software/subversion/release1.2.0/subversion/libsvn_repos/libsvn_repos-1.la /usr/src/software/subversion/release1.2.0/subversion/libsvn_fs/libsvn_fs-1.la /usr/src/software/subversion/release1.2.0/subversion/libsvn_delta/libsvn_delta-1.la /usr/src/software/subversion/release1.2.0/subversion/libsvn_subr/libsvn_subr-1.la -lz
libtool: link: only absolute run-paths are allowed
make: *** [subversion/mod_dav_svn/mod_dav_svn.la] Fehler 1

</snip>

Has anybody an idea what went wrong?

Thx
Robert


====
Dipl.-Inf. Robert Krugmann (System-Engineer)
infoteam Software GmbH
Am Bauhof 9
91088 Bubenreuth
Fon: +49 9131 7800 67 * Fax: +49 9131 7800 50 * Web: http://infoteam.de


Re: Problems compiling subversion release 1.2 for Debian Kernel 2.6.11

Posted by Max Bowsher <ma...@ukf.net>.
Robert Krugmann wrote:
> Hi all,
>
> due to the fact I was not able to find Debian binary packages for
> subversion 1.2, I tried
> to compile it for myself.
>
> After downloading serveral libraries and source-packages the configuration
> by
> `./configure --with-apr=<path> --with-apr-util=<path> --with-pic
> --with-apache=<path> --with-ssl --with-zlib`
> worked fine. Even "make all" seems to work, but then I got the following
> error message:
>
> root@poweronoff:/usr/src/software/subversion/release1.2.0# make
> <snip>
> cd subversion/mod_dav_svn && /bin/sh
> /usr/src/software/subversion/release1.2.0/libtool --tag=CC --silent
> --mode=link gcc  -g -O2  -g -O2 -pthread  -DNEON_ZLIB -DNEON_SSL
> -L/usr/include/lib  -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
> /usr/src/software/subversion/release1.2.0/subversion/libsvn_repos/libsvn_repos-1.la
> /usr/src/software/subversion/release1.2.0/subversion/libsvn_fs/libsvn_fs-1.la
> /usr/src/software/subversion/release1.2.0/subversion/libsvn_delta/libsvn_delta-1.la
> /usr/src/software/subversion/release1.2.0/subversion/libsvn_subr/libsvn_subr-1.la
> -lz
> libtool: link: only absolute run-paths are allowed
> make: *** [subversion/mod_dav_svn/mod_dav_svn.la] Fehler 1
>
> </snip>
>
> Has anybody an idea what went wrong?

Did you really mean --with-apache ? i.e. build a *static* apache module?

Most people really want --with-apxs.

Max.


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