On Mon, Apr 13, 2020 at 4:21 PM Christopher Schultz < ch...@christopherschultz.net> wrote:
> -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA256 > > William, > > >> I'm having some trouble building 2.4.x directly from svn. > >> > >> MacOS 10.14.6 (Mojave) > > > > I note you mentioned apr 1.7.0. If you grab and pre build apr, and > > then apr-util (and openssl and anything else you want to refresh) > > or install the compiled system package, it should work. Point at > > them --with-apr plus --with-aprutil. > > I'm using brew which is like the missing package manager for macos. > I've installed apr and apr-util which I thikn are both binary > packages. I reconfigured with: > > $ ./buildconf --with-apr=/usr/local/Cellar/apr/1.7.0/bin/apr-1-config > - --with-apr-util=/usr/local/Cellar/apr-util/1.6.1_3/bin/apu-1-config > > I get this output: > > using apr-config version 1.7.0 > ./buildconf: line 249: cd: > /usr/local/Cellar/apr-util/1.6.1_3/bin/apu-1-config: Not a directory > copying build files > That's your answer. It wants the parent path of the apr/apr-util installations, not the name of the apr-1-config file. It will work out bin/apr-1-config... etc.