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

Re: How to compile mod_dav_svn.so instead of mod_dav_svn.la

From: Max Bowsher <maxb_at_ukf.net>
Date: 2004-09-14 02:04:04 CEST

Greg Martyn wrote:
> I'm rather new to the ./configure, make, make install process, so please
> bear
> with me.
>
> I'm having a hard time getting svn1.1.0 rc2 compiled correctly.
>
> I was able to get svn, svnadmin, etc binaries by compiling like this:
>
> ./configure --with-apache=/usr/src/apache2-2.0.50 --with-ssl
> --enable-all-shared
> make --jobs=2
> make install

As ./configure --help will tell you, --with-apache is for building a
*static* Apache module. I.e., for compiling right into the main httpd
binary.

> I also tried running:
> ./configure --with-apxs=/usr/sbin/apxs2 --with-ssl

Well, that looks more like it.

> but got similar results. I wasn't able to get mod_dav_svn installed. It
> looks
> like it is creating a mod_dav_svn.la file, but I think I'm looking for a
> mod_dav_svn.so file.
>
> Pasting this here in case it helps:
> # make install > install.log
> libtool: install: warning: relinking `libsvn_subr-1.la'
> libtool: install: warning: relinking `libsvn_delta-1.la'
> libtool: install: warning: relinking `libsvn_fs_fs-1.la'
> libtool: install: warning: relinking `libsvn_fs_base-1.la'
> libtool: install: warning: relinking `libsvn_fs-1.la'
> libtool: install: warning: relinking `libsvn_ra_svn-1.la'
> libtool: install: warning: relinking `libsvn_ra_dav-1.la'
> libtool: link: warning:
> `/usr/lib/gcc/i586-mandrake-linux-gnu/3.4.1/../../..//libxml2.la' seems to
> be
> moved
> libtool: install: warning: relinking `libsvn_repos-1.la'
> libtool: install: warning: relinking `libsvn_diff-1.la'
> libtool: install: warning: relinking `libsvn_ra_local-1.la'
> libtool: install: warning: relinking `libsvn_ra-1.la'
> libtool: link: warning:
> `/usr/lib/gcc/i586-mandrake-linux-gnu/3.4.1/../../..//libxml2.la' seems to
> be
> moved
> libtool: install: warning: relinking `libsvn_wc-1.la'
> libtool: install: warning: relinking `libsvn_client-1.la'
> libtool: link: warning:
> `/usr/lib/gcc/i586-mandrake-linux-gnu/3.4.1/../../..//libxml2.la' seems to
> be
> moved

Well, you've shown us a lot of warnings, (all harmless, by the way), but no
errors.

So, there's no problem visible here.

Probably your best option is to visit #svn on irc.freenode.net, to discuss
the problem in real time conversation.

Max.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Sep 14 02:06:40 2004

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.