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

mod_dav_svn issues

From: Lorin Scraba <lorin_at_vendio.ro>
Date: 2005-08-12 13:10:28 CEST

Hi!
        I'm trying to compile subversion with mod_dav_svn as DSO module
        for apache. I'm getting the following error on make install :

Warning! dlname not found in
/home/subversion/apache/modules/mod_dav_svn.la.
Assuming installing a .so rather than a libtool archive.
chmod 755 /home/subversion/apache/modules/mod_dav_svn.so

        Here's my context:

- Debian stable
- libtool 1.5.18 (own build )
- gcc version 2.95.4
- apache 2.0.54 ( own build )
- subversion 1.2.1
- ldconfig 2.2.3

        Here's what I do:
Apache:
- first a full install in order to get apxs binary

/configure --prefix=/home/subversion/apache --with-dav --enable-dav
--enable-proxy --enable-proxy-http --enable-dav-fs --with-so; make
clean; make LIBTOOL=/home/subversion/libtool/bin/libtool; make install
LIBTOOL=/home/subversion/libtool/bin/libtool

Subversion:
./configure --prefix=/home/subversion/svn --enable-shared
--without-berkeley-db --with-apr=/home/subversion/apache/bin/apr-config
--with-apxs=/home/subversion/apache/bin/apxs --enable-all-static
--enable-dav --enable-dso ; make
LIBTOOL=/home/subversion/libtool/bin/libtool ; make install
LIBTOOL=/home/subversion/libtool/bin/libtool

After this I get the error specified in the begging of my mail.

Not sure if relevant during the SVN compile process it outputs a few times
this:
"libdb3.la seems to be moved"

Thank you,

-- 
+ Lorin 
+ BOFH excuse #392: It's union rules. There's nothing we can do about it. Sorry.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Aug 12 13:12:59 2005

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.