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

Re: Subversion compilation

From: Naumenko, Roman <roman.naumenko_at_rbccm.com>
Date: Wed, 7 Aug 2013 14:33:40 +0000

On 2013/08/07 6:19 AM, Philip Martin wrote:
> Daniel Shahaf <danielsh_at_elego.de> writes:
>>> 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)
> Perhaps neon is static? I seem to recall that building neon defaults to
> static only unless there is an explict --enable-shared.
>>> 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.
> That probably won't help since the linker is failing to load the linked
> library at program startup. It might work if Subversion was configured
> with --enable-runtime-module-search. It would be better to fix the
> libneon problem.
It was indeed absent neon lib (I thought it's part of svn and would be
compiled by default).
No issues with neon excluded in ./configure (--without-neon).
Also I used serf 0.7.2 because this version was used in get-deps.sh for
that particular svn version, I guess I can use the latest.

--Roman
_______________________________________________________________________

This email is intended only for the use of the individual(s) to whom it is addressed and may be privileged and confidential.
Unauthorised use or disclosure is prohibited. If you receive This e-mail in error, please advise immediately and delete the original message.
This message may have been altered without your or our knowledge and the sender does not accept any liability for any errors or omissions in the message.

Ce courriel est confidentiel et protégé. L'expéditeur ne renonce pas aux droits et obligations qui s'y rapportent.
Toute diffusion, utilisation ou copie de ce message ou des renseignements qu'il contient par une personne autre que le (les) destinataire(s) désigné(s) est interdite.
Si vous recevez ce courriel par erreur, veuillez m'en aviser immédiatement, par retour de courriel ou par un autre moyen.
Received on 2013-08-07 16:34:42 CEST

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

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