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

RE: svn commit: rev 1688 - trunk trunk/build

From: Sander Striker <striker_at_apache.org>
Date: 2002-04-13 02:16:34 CEST

> From: Philip Martin [mailto:pm@localhost]On Behalf Of Philip Martin
> Sent: 13 April 2002 02:01

Hi,

> striker@tigris.org writes:
>
> > Author: striker
> > Date: 2002-04-12 23:05 GMT
> > New Revision: 1688
> >
> > Modified:
> > trunk/build.conf
> > trunk/build/gen_base.py
> > Log:
> > * build.conf
> >
> > Rename libmod_dav_svn target to mod_dav_svn.
> > Pass -module to libtool to keep it happy; it won't except
> > names starting with anything else than 'lib' otherwise.
>
> Does this mean you are building a shared mod_dav_svn? If so is it
> correctly linked to the installed subversion libraries or is it linked
> to those in the subversion build tree?

I didn't change the current behaviour. I see your point and your previous
questions, but I don't know how to fix it. Greg should be able to enlighten us
all (I hope). My change was simply a rename change; from now on we build and
install mod_dav_svn.so instead of libmod_dav_svn.so.
 
> For reference I get
>
> $ ldd /usr/local/apache/modules/libmod_dav_svn.so
                                  ^^^^^^^^^^^^^^^^^

You should see a mod_dav_svn.so here now.
Have you rerun autogen.sh?

> libsvn_repos.so.0 => /home/pm/sw/subversion/obj/subversion/libsvn_repos/.libs/libsvn_repos.so.0 (0x4000e000)
> libsvn_fs.so.0 => /home/pm/sw/subversion/obj/subversion/libsvn_fs/.libs/libsvn_fs.so.0 (0x40017000)
> libsvn_delta.so.0 => /home/pm/sw/subversion/obj/subversion/libsvn_delta/.libs/libsvn_delta.so.0 (0x4002d000)
> libsvn_subr.so.0 => /home/pm/sw/subversion/obj/subversion/libsvn_subr/.libs/libsvn_subr.so.0 (0x40036000)
> libm.so.6 => /lib/libm.so.6 (0x40050000)
> libcrypt.so.1 => /lib/libcrypt.so.1 (0x40071000)
> libnsl.so.1 => /lib/libnsl.so.1 (0x4009e000)
> libdl.so.2 => /lib/libdl.so.2 (0x400b3000)
> libc.so.6 => /lib/libc.so.6 (0x400b6000)
> libapr.so.0 => /usr/local/apache/lib/libapr.so.0 (0x401d3000)
> libdb-4.0.so => /usr/local/db4/lib/libdb-4.0.so (0x401ef000)
> libexpat.so.0 => /usr/local/apache/lib/libexpat.so.0 (0x401ef000)
> /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000)
>
> which is not going to work if I delete my build tree :-(

Then don't ;) [just kidding]

> Philip

Sander

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Apr 13 02:10:25 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.