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

mod_dav_svn install-time bug?

From: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2002-10-18 06:30:44 CEST

Is this just me? With head (revision 3394) of Subversion:

   $ cd ~/src/subversion
   $ (cd apr; cvs up -dP); (cd apr-util; cvs up -dP)
   $ make fast-clean; make local-clean; make extraclean
   $ rm -f libtool; ./autogen.sh;
   $ ./configure --enable-maintainer-mode --disable-shared
   $ make
      [no errors, built fine]
   $ su
   # make install
   
   [... most output omitted, relevant part below, see the end... ]

   cd subversion/mod_dav_svn ; /home/kfogel/src/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/
   cp .libs/mod_dav_svn.lai /usr/local/apache2/modules/mod_dav_svn.la
   cp .libs/mod_dav_svn.a /usr/local/apache2/modules/mod_dav_svn.a
   ranlib /usr/local/apache2/modules/mod_dav_svn.a
   chmod 644 /usr/local/apache2/modules/mod_dav_svn.a
   PATH="$PATH:/sbin" ldconfig -n /usr/local/apache2/modules
   ----------------------------------------------------------------------
   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
      - have your system administrator add LIBDIR to `/etc/ld.so.conf'
   
   See any operating system documentation about shared libraries for
   more information, such as the ld(1) and ld.so(8) manual pages.
   ----------------------------------------------------------------------
   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: getting attributes of `/usr/local/apache2/modules/mod_dav_svn.so': No such file or directory
   apxs:Error: Command failed with rc=65536
   .
   make: *** [install-mods-shared] Error 1

Anyone else seeing this?

-Karl

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Oct 18 06:59:39 2002

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.