Re: Trouble compiling using "--with-serf=/home/myUserName/local"

2013-07-23 Thread Philip Martin
"Schuh, Michael (ARC-AA)" writes: > checking serf.h usability... yes > checking serf.h presence... yes > checking for serf.h... yes > checking for serf_context_create in -lserf-1... no That line is the problem, configure is not finding serf_context_create. configure builds a small test executabl

RE: Trouble compiling using "--with-serf=/home/myUserName/local"

2013-07-23 Thread Schuh, Michael (ARC-AA)
Thanks Philip for the help. I looked in the config.log file and found configure:5202: checking for serf_context_create in -lserf-1 configure:5227: gcc -o conftest -g -O2 -pthread -I/home/mschuh/local/include -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -I/usr/include/apr-1 -I/usr/include/apr-

Re: Trouble compiling using "--with-serf=/home/myUserName/local"

2013-07-23 Thread Philip Martin
"Schuh, Michael (ARC-AA)" writes: > I looked in the config.log file and found > > configure:5202: checking for serf_context_create in -lserf-1 > configure:5227: gcc -o conftest -g -O2 -pthread > -I/home/mschuh/local/include -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE > -I/usr/include/apr-1 -

Re: Trouble compiling using "--with-serf=/home/myUserName/local"

2013-07-23 Thread Lieven Govaerts
Hi Michael, On Tue, Jul 23, 2013 at 5:08 PM, Schuh, Michael (ARC-AA) wrote: [..] > > I tried installing APR 1.4.8 to see if it would work better with Serf. > > wget http://mirror.reverse.net/pub/apache//apr/apr-1.4.8.tar.bz2 > tar -xf apr-1.4.8.tar.bz2 > cd apr-1.4.8 > ./configure --prefi

RE: Trouble compiling using "--with-serf=/home/myUserName/local"

2013-07-23 Thread Schuh, Michael (ARC-AA)
Philip, Commenting out the apr_socket_addr_get call worked. Thanks! No more svn: E17: Unrecognized URL scheme for 'https://machine.com/svn/etc Errors. Michael From: Philip Martin [philip.mar...@wandisco.com] Sent: Tuesday, July 23, 2013 8:48 AM

Re: 1.7.11 up for signing/testing

2013-07-23 Thread Stefan Fuhrmann
On Wed, Jul 17, 2013 at 7:27 AM, Ben Reser wrote: > The 1.7.11 release artifacts are now available for testing/signing. > Please get the tarballs from > https://dist.apache.org/repos/dist/dev/subversion > and add your signatures there. I plan to try and release on July > 23rd so please try and

Re: 1.7.11 up for signing/testing

2013-07-23 Thread Stefan Fuhrmann
On Tue, Jul 23, 2013 at 8:02 PM, Stefan Fuhrmann < stefan.fuhrm...@wandisco.com> wrote: > On Wed, Jul 17, 2013 at 7:27 AM, Ben Reser wrote: > >> The 1.7.11 release artifacts are now available for testing/signing. >> Please get the tarballs from >> https://dist.apache.org/repos/dist/dev/subversi

Re: 1.8.1 up for signing/testing

2013-07-23 Thread Stefan Fuhrmann
On Wed, Jul 17, 2013 at 7:28 AM, Ben Reser wrote: > The 1.8.1 release artifacts are now available for testing/signing. > Please get the tarballs from > https://dist.apache.org/repos/dist/dev/subversion > and add your signatures there. I plan to try and release on July > 23rd so please try and

Re: 1.8.1 up for signing/testing

2013-07-23 Thread Ben Reser
On Mon, Jul 22, 2013 at 12:59 PM, Ben Reser wrote: > Still short a unix signature for this. Need to get a vote and a > signature ASAP so that we can have things staged for release tomorrow. The vote from stefan2 gets us the votes we needed. His signature will not be on the release because he di

Re: 1.7.11 up for signing/testing

2013-07-23 Thread Ben Reser
On Mon, Jul 22, 2013 at 1:00 PM, Ben Reser wrote: > Still short a unix signature for this. Need to get a vote and a > signature ASAP so that we can have things staged for release tomorrow. The vote from stefan2 gets us the votes we needed. His signature will not be on the release because he did

RE: Trouble compiling using "--with-serf=/home/myUserName/local"

2013-07-23 Thread Schuh, Michael (ARC-AA)
Thank Lieven for the help. It turns out that commenting out the apr_socket_addr_get call in serf as Philip suggested worked for one server but not the server I needed most. I used your advice to get it to work. Here is a description of what I did in case it will help anyone else that might bu