[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: neon+serf build error

From: Dan Christian <dchristian_at_google.com>
Date: 2007-06-22 01:31:45 CEST

On 6/21/07, Daniel Rall <dlr@collab.net> wrote:
>
> Have you confirmed that both Neon and Serf are linking against the
> same version of OpenSSL, and picking up the same set of header files
> (openssl/bio.h seems relevant here)?

Excellent point. It turns out that serf was linking against my private
build (which has PURIFY set), but neon was linking against the system
openssl.

Fixing the neon configuration fixed the subversion linking.

FYI here is how I ended up building neon. Note that --with-libs controls
where it pulls in headers and libraries.

cd neon
 ./autogen.sh
./configure --prefix=$prefix --enable-maintainer-mode --enable-debug
--with-apr=$prefix --with-apr-util=$prefix --with-ssl=openssl
--with-libs=$prefix --enable-shared

Thanks,
-Dan C
Received on Fri Jun 22 01:31:48 2007

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.