i run the following in the source directory:
./autogen.sh && \
./configure \
--with-apxs=/usr/local/apache/apache2-2.0.52/bin/apxs \
--prefix=/usr/local/svn/svn-1.1.1 \
--with-zlib \
--enable-shared \
--with-ssl && \
make && \
make check
everything works just fine, however, when i run make install as root,
mod_dav_svn.so gets created in the modules directory, however
mod_authz_svn.so never gets created and apxs process just sits there
indefinitely, consuming 100% cpu.
last few lines of make install output:
---------------------
cp .libs/mod_dav_svn.soT
/usr/local/apache/apache2-2.0.52/modules/mod_dav_svn.so
cp .libs/mod_dav_svn.lai
/usr/local/apache/apache2-2.0.52/modules/mod_dav_svn.la
cp .libs/mod_dav_svn.a
/usr/local/apache/apache2-2.0.52/modules/mod_dav_svn.a
ranlib /usr/local/apache/apache2-2.0.52/modules/mod_dav_svn.a
chmod 644 /usr/local/apache/apache2-2.0.52/modules/mod_dav_svn.a
PATH="$PATH:/sbin" ldconfig -n /usr/local/apache/apache2-2.0.52/modules
----------------------------------------------------------------------
Libraries have been installed in:
/usr/local/apache/apache2-2.0.52/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.
----------------------------------------------------------------------
chmod 755 /usr/local/apache/apache2-2.0.52/modules/mod_dav_svn.so
---------------------
gentoo profile 2004.3
gcc (GCC) 3.3.4 20040623 (Gentoo Linux 3.3.4-r1)
kernel 2.4.23
tried with apache 2.0.48, 2.0.52; subversion 1.1.1, 1.1.0, 1.0.8
apache was built with:
./configure -prefix=/usr/local/apache/apache2-2.0.52 \
--disable-actions \
--disable-asis \
--disable-charset-lite \
--disable-env \
--disable-negotiation \
--disable-imap \
--disable-include \
--disable-userdir \
--enable-mods-shared='rewrite headers ssl dav deflate proxy'\
--with-mpm=worker \
--with-ssl=/usr/bin \
--enable-nonportable-atomics=yes \
&& make
and
./configure -prefix=/usr/local/apache/apache2-2.0.48 \
--enable-so \
--with-mpm=worker \
--enable-ssl=shared \
--with-ssl=/usr/bin \
--enable-dav=shared \
--enable-deflate=shared \
--enable-proxy=shared
thank you.
-a
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Nov 22 08:13:48 2004