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

build (install) error (mod_dav_svn)

From: Brian Denny <brian_at_briandenny.net>
Date: 2003-02-22 08:03:53 CET

hi all,

the last time i built/installed the subversion server on my system was a
couple of months ago. today i decided to rebuild. i deleted old
svn/apr libraries, updated my subversion, apache, apr, apr-util each
to HEAD, built apache, ran 'configure' and 'make' on subversion, and
all seemed well. then i try to do 'make install', and it barfs trying
to install mod_dav_svn. relevant info/output follows. any help
decoding this error would be greatly appreciated.

thanks,
brian

i'm on FreeBSD 4.5. i configured apache with:
  ./configure --enable-dav --enable-so --enable-shared \
  --prefix=/usr/local/apache2 --enable-maintainer-mode \
  --with-dbm=db4 --with-berkeley-db=/usr/local/BerkeleyDB.4.0 \
  --enable-ssl

and configured svn with:
  ./configure --with-apxs=/usr/local/apache2/bin/apxs \
  --enable-maintainer-mode
  --with-apr=/usr/local/apache2
  --with-apr-util=/usr/local/apache2

tail of 'make install' output:

cd subversion/mod_dav_svn ; /u0/brian/subversion/ac-helpers/install-sh
-c -d "/usr/local/apache2/modules" ; /usr/local/apache2/bin/apxs -i -S
LIBEXECDIR="/usr/local/apache2/modules" -a -n dav_svn mod_dav_svn.la
/usr/local/apache2/build/instdso.sh
SH_LIBTOOL='/usr/local/apache2/build/libtool' mod_dav_svn.la
/usr/local/apache2/modules
/usr/local/apache2/build/libtool --mode=install cp mod_dav_svn.la
/usr/local/apache2/modules/
libtool: install: warning: relinking `mod_dav_svn.la'
cd /u0/brian/subversion/subversion/mod_dav_svn; /bin/bash
/u0/brian/subversion/libtool --mode=relink gcc -g -Wall
-Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations
-Wpointer-arith -Wwrite-strings -Wshadow -DSVN_DEBUG -DAP_DEBUG
-L/usr/local/BerkeleyDB.4.0/lib -L/usr/local/apache2/lib -rpath
/usr/local/apache2/modules -avoid-version -module -o mod_dav_svn.la
activity.lo deadprops.lo liveprops.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
mv: rename mod_dav_svn.so to mod_dav_svn.soU: No such file or directory
libtool: install: error: relink `mod_dav_svn.la' with the above command
before installing it
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/local/apache2/modules

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
grep: /usr/local/apache2/modules/mod_dav_svn.la: No such file or
directory
grep: /usr/local/apache2/modules/mod_dav_svn.la: No such file or
directory
Warning! dlname not found in /usr/local/apache2/modules/mod_dav_svn.la.
Assuming installing a .so rather than a libtool archive.
chmod 755 /usr/local/apache2/modules/mod_dav_svn.so
chmod: /usr/local/apache2/modules/mod_dav_svn.so: No such file or
directory
apxs:Error: Command failed with rc=65536
.
*** Error code 1

Stop in /u0/brian/subversion.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Feb 22 08:07:04 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.