Re: can't build with zlib

2010-07-07 Thread Campbell Allan
On Wednesday 07 Jul 2010, Edward Ned Harvey wrote: > > From: Jon Foster [mailto:jon.fos...@cabot.co.uk] > > > > What's the full output of ldd? > > Here's how I built it: > rm -rf /scratch/eharvey/svn > mkdir /scratch/eharvey/svn > cd /scratch/eharvey > rm -rf subversion-1.6.12 > tar xjf subversion

Re: can't build with zlib

2010-07-07 Thread Nico Kadel-Garcia
On Tue, Jul 6, 2010 at 10:14 AM, Edward Ned Harvey wrote: > I have tried everything I can think of, and I can't seem to get svn to build > with the zlib that comes with it.  It's always linking against > /usr/lib64/zlib. Why do you want to? Compiling libraries internally for specific applicatons

RE: can't build with zlib

2010-07-06 Thread Edward Ned Harvey
> From: Jon Foster [mailto:jon.fos...@cabot.co.uk] > > What's the full output of ldd? Here's how I built it: rm -rf /scratch/eharvey/svn mkdir /scratch/eharvey/svn cd /scratch/eharvey rm -rf subversion-1.6.12 tar xjf subversion-1.6.12.tar.bz2 tar xjf subversion-deps-1.6.12.tar.bz2 cd subversion-1

Re: can't build with zlib

2010-07-06 Thread Daniel Shahaf
Edward Ned Harvey wrote on Tue, 6 Jul 2010 at 17:14 -: > Also, if I enable-static, shouldn't it be internal, shouldn't ldd show > me nothing? Did you try --enable-all-static?

RE: can't build with zlib

2010-07-06 Thread Jon Foster
Hi, Edward Ned Harvey wrote: > I have tried everything I can think of, and I can't seem to get > svn to build with the zlib that comes with it. It's always > linking against /usr/lib64/zlib. > After build: > ldd `which svn` | grep libz > libz.so.1 => /usr/lib64/libz.so.1 (0x0034a69000

Re: can't build with zlib

2010-07-06 Thread Campbell Allan
On Tuesday 06 Jul 2010, Edward Ned Harvey wrote: > I have tried everything I can think of, and I can't seem to get svn to > build with the zlib that comes with it. It's always linking against > /usr/lib64/zlib. > > > > ./configure --prefix=/scratch/eharvey/svn > --with-zlib=/scratch/eharvey/subve

can't build with zlib

2010-07-06 Thread Edward Ned Harvey
I have tried everything I can think of, and I can't seem to get svn to build with the zlib that comes with it. It's always linking against /usr/lib64/zlib. ./configure --prefix=/scratch/eharvey/svn --with-zlib=/scratch/eharvey/subversion-1.6.12/zlib --enable-static After build: ldd `which