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 s...@nedharvey.com 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

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

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

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

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 (0x0034a690)