Zoong PHAM wrote: > On Sunday, 3 July 2005 at 5:29:43 +0159, Han Boetes wrote: > > That probably won't work. This is the proper spell: > > > > make LIBTOOL=/usr/local/bin/libtool > > It still doesn't work. Same error message: > > $ make LIBTOOL=/usr/local/bin/libtool > cd subversion/mod_dav_svn && /usr/local/bin/libtool ^^^^^^^^^^^^^^^^^^^^^^
Not the same command though. This proves that my suggested command works. It just doesn't solve the problem. > --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 So what should be done next... Google for the errormessage: http://www.google.org/search?q=libtool%3A+link%3A+only+absolute+run-paths+are+allowed And what is the first thing I see... :-) # Han