On Saturday,  2 July 2005 at 19:44:25 -0700, Jacob Meuser wrote:
> 
> if you want to use libtool from the port and not the libtool included
> in the subversion sources, which _might_ clear up your problem, you
> should set LIBTOOL in the environment.
> 
> $ ./configure ...
> $ env LIBTOOL=/usr/local/bin/libtool make
> $ env LIBTOOL=/usr/local/bin/libtool make install

It doesn't help. Here are what I tried:
$ echo $SHELL
/bin/ksh
$ export LIBTOOL=/usr/local/bin/libtool
$ LIBTOOL=/usr/local/bin/libtool ./configure 
--prefix=/usr/local/subversion-1.2.0 --with-neon=/usr/local 
--with-apr=/usr/local --with-apr-util=/usr/local --with-zlib --without-jdk 
--with-apache=/tmp/httpd-2.0.54 --with-editor=/usr/local/bin/vim --enable-dav 
--enable-so
$

cd subversion/mod_dav_svn && /bin/sh /tmp/subversion-1.2.0/libtool --tag=CC 
--silent --mode=link gcc  -g -O2    -DNEON_ZLIB -DNEON_SSL  
-L/usr/local/lib/db4 -L/usr/local/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 
../../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 -lintl  -lz
libtool: link: only absolute run-paths are allowed
*** Error code 1

Stop in /tmp/subversion-1.2.0 (line 268 of ./build-outputs.mk).

I even tried to set LIBTOOL and re-configured and re-install
Apache-2.0.54 first. There is no problem with Apache2.
But the make of Subversion still failed with the same error.

Thanks for your help.
Zoong

Reply via email to