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

Re: CVS update: subversion/notes dav_setup.txt

From: Greg Stein <gstein_at_lyra.org>
Date: 2001-03-28 23:25:32 CEST

On Wed, Mar 28, 2001 at 03:16:26PM -0600, Ben Collins-Sussman wrote:
> Greg Stein <gstein@lyra.org> writes:
> > MM is included within APR. In fact, APR's copy even has a few changes to it.
> > To "install" APR, you'd do something like the following:
> >
> > $ cd apr/.libs
> > $ cp libapr.* /usr/local/lib
> > $ cd ../shmem/unix/mm/.libs
> > $ cp libmm.* /usr/local/lib
> > $ ldconfig
>
> Whoa, I really misdiagnosed. :)
>
> Do we have to *manually* copy the mm library out of apr, as you
> demonstrate above? Why doesn't `make install` do it for us? Is it
> simply afraid of overwriting an existing mm? If so, can it try to
> detect if one exists already, and if not, install apr's version?

APR does not have a "make install". As I mentioned, it is statically linked
into Apache, so nobody has ever bothered with installation.

Actually, the MM subdir might have a make install, but it isn't called by
APR.

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/
Received on Sat Oct 21 14:36:26 2006

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.