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

install prob

From: <dsb_at_prairienet.org>
Date: 2007-10-28 21:22:07 CET

I'm having a problem installing svn 1.4.3 on a Slackware-based OS
(Zenwalk). Here are some selected excerpts from the output of configure
and make. It looks like a file path got mangled ("...//...") in make.
Can someone explain how to fix this problem? Thanks a lot.

--Dan Bensen
www.prairienet.org/~dsb/

=== configure =========================================================

configure: checking neon library
checking for neon-config... no

An appropriate version of neon could not be found, so libsvn_ra_dav will
not be built. If you want to build libsvn_ra_dav, please either install
neon 0.25.5 on this system

or

get neon 0.25.5 from:
    http://www.webdav.org/neon/neon-0.25.5.tar.gz
unpack the archive using tar/gunzip and rename the resulting
directory from ./neon-0.25.5/ to ./neon/

no suitable neon found

configure: WARNING: we have configured without BDB filesystem support

You don't seem to have Berkeley DB version 4.0.14 or newer
installed and linked to APR-UTIL. We have created Makefiles which will
build without the Berkeley DB back-end; your repositories will use FSFS as
the default back-end. You can find the latest version of Berkeley DB
here:
  http://www.sleepycat.com/download/index.shtml

=== make ===============================================================

gcc -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -g -O2 -g
-O2 -pthread -I./subversion/include -I./subversion
-I/usr/local/apache2/include -I/usr/local/apache2/include -o
subversion/tests/libsvn_delta/vdelta-test.o -c
subversion/tests/libsvn_delta/vdelta-test.c
cd subversion/tests/libsvn_delta && /bin/sh
/usr/local/dl/svn/subversion-1.4.3/libtool --tag=CC --silent --mode=link
gcc -g -O2 -g -O2 -pthread -rpath /usr/local/lib -o vdelta-test
vdelta-test.o ../../../subversion/libsvn_delta/libsvn_delta-1.la
../../../subversion/libsvn_subr/libsvn_subr-1.la
/usr/local/apache2/lib/libaprutil-1.la -lexpat
/usr/local/apache2/lib/libapr-1.la -luuid -lrt -lcrypt -lpthread -ldl -lz
cd subversion/mod_dav_svn && /bin/sh
/usr/local/dl/svn/subversion-1.4.3/libtool --tag=CC --silent --mode=link
gcc -g -O2 -g -O2 -pthread -rpath /usr/local/apache2/modules
-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 replay.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 -lz
libtool: link: warning:
`/usr/lib/gcc/i486-slackware-linux/3.4.6/../../..//libexpat.la' seems to
be moved
libtool: link: warning:
`/usr/lib/gcc/i486-slackware-linux/3.4.6/../../..//libexpat.la' seems to
be moved
libtool: link: warning:
`/usr/lib/gcc/i486-slackware-linux/3.4.6/../../..//libexpat.la' seems to
be moved
libtool: link: warning:
`/usr/lib/gcc/i486-slackware-linux/3.4.6/../../..//libexpat.la' seems to
be moved
cd subversion/mod_authz_svn && /bin/sh
/usr/local/dl/svn/subversion-1.4.3/libtool --tag=CC --silent --mode=link
gcc -g -O2 -g -O2 -pthread -rpath /usr/local/apache2/modules
-avoid-version -module -o mod_authz_svn.la mod_authz_svn.lo
../../subversion/libsvn_subr/libsvn_subr-1.la
../../subversion/libsvn_repos/libsvn_repos-1.la -lz
libtool: link: warning:
`/usr/lib/gcc/i486-slackware-linux/3.4.6/../../..//libexpat.la' seems to
be moved
libtool: link: warning:
`/usr/lib/gcc/i486-slackware-linux/3.4.6/../../..//libexpat.la' seems to
be moved
dan[subversion-1.4.3]$

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Oct 28 21:22:40 2007

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.