[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: Ben Collins-Sussman <sussman_at_newton.ch.collab.net>
Date: 2001-03-28 23:16:26 CEST

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?
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.