Return-Path: X-Original-To: apmail-subversion-users-archive@minotaur.apache.org Delivered-To: apmail-subversion-users-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id AE21E10A1F for ; Wed, 7 Aug 2013 10:00:01 +0000 (UTC) Received: (qmail 43521 invoked by uid 500); 7 Aug 2013 10:00:00 -0000 Delivered-To: apmail-subversion-users-archive@subversion.apache.org Received: (qmail 43226 invoked by uid 500); 7 Aug 2013 09:59:57 -0000 Mailing-List: contact users-help@subversion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@subversion.apache.org Received: (qmail 43213 invoked by uid 99); 7 Aug 2013 09:59:54 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Aug 2013 09:59:54 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [78.47.87.163] (HELO mx0.elegosoft.com) (78.47.87.163) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Aug 2013 09:59:46 +0000 Received: from localhost (localhost [127.0.0.1]) by mx0.elegosoft.com (Postfix) with ESMTP id 3CB67DF852; Wed, 7 Aug 2013 11:59:26 +0200 (CEST) Received: from mx0.elegosoft.com ([127.0.0.1]) by localhost (mx0.elegosoft.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id YGXaf5W2K87x; Wed, 7 Aug 2013 11:59:26 +0200 (CEST) Received: from lp-shahaf.local (bzq-79-179-194-237.red.bezeqint.net [79.179.194.237]) by mx0.elegosoft.com (Postfix) with ESMTPSA id C4BCFDF841; Wed, 7 Aug 2013 11:59:25 +0200 (CEST) Date: Wed, 7 Aug 2013 12:59:22 +0300 From: Daniel Shahaf To: "Naumenko, Roman" Cc: users@subversion.apache.org Subject: Re: Subversion compilation Message-ID: <20130807095922.GN3007@lp-shahaf.local> References: <8DAB21C7E77FBD49A1A6B0346104DC8AEB71ED@SXSCM104.fg.rbc.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <8DAB21C7E77FBD49A1A6B0346104DC8AEB71ED@SXSCM104.fg.rbc.com> User-Agent: Mutt/1.5.18 (2008-05-17) X-Virus-Checked: Checked by ClamAV on apache.org Naumenko, Roman wrote on Tue, Aug 06, 2013 at 19:19:50 +0000: > Hi, > > Is there something obvious missing during compilation for such error? > > bash-3.2$ /home/userb/svn/bin/svn co http://svnserver/svn/repositoryA/ /tmp/repoA/ > /home/userb/svn/bin/svn: symbol lookup error: /home/userb/svn/lib/libsvn_ra_neon-1.so.0: undefined symbol: ne_accept_207 > > Version was 1.7.9, compiled with the following options (it gnored --without-apache though). > ./configure --without-berkeley-db --without-apache --without-apxs --without-swig --with-ssl --with-serf=/home/userb/local/serf --prefix=/home/userb/svn > > I've added path to svn lib in LD > bash-3.2$ ldd /home/userb/svn/bin/svn | grep neon > libsvn_ra_neon-1.so.0 => /home/userb/svn/lib/libsvn_ra_neon-1.so.0 (0x00002b3846cff000) > It appears libneon itself is missing; compare: % ldd /usr/bin/svn | grep neon libsvn_ra_neon-1.so.1 => /usr/lib/libsvn_ra_neon-1.so.1 (0x00007f988087c000) libneon-gnutls.so.27 => /usr/lib/libneon-gnutls.so.27 (0x00007f987e7d7000) > serf was 0.7.2 and apr was 1.4.5 > serf-0.7 is old, but anyway, things should just work if you use --config-option=servers:global:http-library=serf to your command line.