Re: Building from svn on MacOS

2020-04-13 Thread Rainer Jung
Am 13.04.2020 um 23:27 schrieb William A Rowe Jr: On Mon, Apr 13, 2020 at 4:21 PM Christopher Schultz mailto:ch...@christopherschultz.net>> wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 William, >> I'm having some trouble building 2.4.x directly from svn. >>

Re: Building from svn on MacOS

2020-04-13 Thread William A Rowe Jr
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

Re: Building from svn on MacOS

2020-04-13 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 William, On 4/13/20 15:30, William A Rowe Jr wrote: > On Mon, Apr 13, 2020, 11:41 Eric Covener > wrote: > > On Mon, Apr 13, 2020 at 12:19 PM Christopher Schultz > > wrote: >> >>

Re: Building from svn on MacOS

2020-04-13 Thread William A Rowe Jr
On Mon, Apr 13, 2020, 11:41 Eric Covener wrote: > On Mon, Apr 13, 2020 at 12:19 PM Christopher Schultz > wrote: > > > > -BEGIN PGP SIGNED MESSAGE- > > Hash: SHA256 > > > > All, > > > > I'm having some trouble building 2.4.x directly from svn. > > > > MacOS 10.14.6 (Mojave) > > > > $

Re: Building from svn on MacOS

2020-04-13 Thread Eric Covener
On Mon, Apr 13, 2020 at 12:19 PM Christopher Schultz wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > All, > > I'm having some trouble building 2.4.x directly from svn. > > MacOS 10.14.6 (Mojave) > > $ autoconf -V > autoconf (GNU Autoconf) 2.69 > > $ glibtool --version > glibtool

Building from svn on MacOS

2020-04-13 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 All, I'm having some trouble building 2.4.x directly from svn. MacOS 10.14.6 (Mojave) $ autoconf -V autoconf (GNU Autoconf) 2.69 $ glibtool --version glibtool (GNU libtool) 2.4.6 [ installed via "brew install libtool" ] $ cc --version Apple

Re: Memory management inside mod_proxy

2020-04-13 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Eric, On 4/10/20 15:56, Eric Covener wrote: >>> Note: If you move to r->notes (also a table) you can use >>> apr_table_setn to pass a casted pointer and retrieve the >>> pointer on the other side. But this is probably a last >>> resort. >> >> I'm