Gabriela Gibson wrote on Mon, Mar 04, 2013 at 17:51:15 +0000: > +However, to compile serf with Subversion, the following configure > +flags are also required: > + > + --with-apr=/path/to/apr/install > + --with-apr-util=/path/to/apr-util/install > +
First of all, are these options to svn's configure or to serf's configure? In either case, I don't understand why they would be required. apr* are mandatory dependencies, and the --with-apr argument should only serve to tell configure where the APR installation it should use use, i.e., to skip looking for apr in the standard locations (/usr, /usr/local, etc). Can you explain? If configure won't enable serf unless --with-apr is given on the commandline (as opposed to "unless it finds a libapr to link against"), I would call that a configure bug. Thanks, Daniel > For more about how ra_serf/ra_neon talk WebDAV, consult > notes/webdav-protocol.