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

2013-07-23 Thread Schuh, Michael (ARC-AA)
sage- From: Lieven Govaerts [mailto:lieven.govae...@gmail.com] Sent: Tuesday, July 23, 2013 9:06 AM To: Schuh, Michael (ARC-AA) Cc: Philip Martin; dev@subversion.apache.org Subject: Re: Trouble compiling using "--with-serf=/home/myUserName/local" Hi Michael, On Tue, Jul 23, 2013

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

2013-07-23 Thread Schuh, Michael (ARC-AA)
8:48 AM To: Schuh, Michael (ARC-AA) Cc: dev@subversion.apache.org Subject: Re: Trouble compiling using "--with-serf=/home/myUserName/local" "Schuh, Michael (ARC-AA)" writes: > I looked in the config.log file and found > > configure:5202: checking for serf_context_cre

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 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 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: > 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