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

Re: Errors installing HTTP support in Subversion (Unix Tru64 5.1A)

From: Miguel Rentes <miguel.rentes_at_efacec.pt>
Date: Tue, 12 Feb 2008 11:40:09 +0000

Hi Joe,

I compiled the new neon source code (0.28.0) and got no errors! After
that I installed it and linked Subversion 1.4.6 against this new neon
version but I can't seem to make the http scheme to be recognized by
subversion after compiling and installing it:

svn, version 1.4.6 (r28521)
   compiled Feb 12 2008, 11:09:17

Copyright (C) 2000-2007 CollabNet.
Subversion is open source software, see http://subversion.tigris.org/
This product includes software developed by CollabNet
(http://www.Collab.Net/).

The following repository access (RA) modules are available:

* ra_svn : Module for accessing a repository using the svn network protocol.
  - handles 'svn' scheme
* ra_local : Module for accessing a repository on local disk.
  - handles 'file' scheme

I configured Subversion with the following command:

./configure --prefix=/usr/local --with-apr=/usr/local
--with-apr-util=/usr/local/apr --with-neon=/usr/local --without-berkeley-db

After this command I just did a "make" and a "make install (as root)". I
checked that at /usr/local/lib I do have a new libneon.a and libneon.la,
but it seems subversion is not making use of these libraries.

Can anyone point out if I'm doing something wrong? (I'm trying to
install a subversion client with http support in an Unix Compaq Tru64
5.1A server. Using the svn scheme works fine, but it would be nice to
have http scheme also working)

Thanks Joe for your help!

Best regards,

Miguel Rentes

Joe Orton wrote:
> On Tue, Feb 05, 2008 at 01:32:25PM +0000, Miguel Rentes wrote:
> ...
>
>> I also tried downloading the latest neon source code (0.27.2) and did the
>> same ./configure as above and when I got to the part of "make" I got this
>> output:
>>
>> /bin/ksh ..//libtool --quiet --mode=link cc -stdl -I/usr/local/include
>> -no-undefined -L/usr/local/ssl/lib -rpath /usr/local/lib -version-info
>> 27:2:0 -export-symbols-regex '^ne_[^_]' -o libneon.la ne_request.lo
>> ne_session.lo ne_basic.lo ne_string.lo ne_uri.lo
>> ne_dates.lo ne_alloc.lo ne_md5.lo ne_utils.lo ne_socket.lo ne_auth.lo
>> ne_redirect.lo ne_compress.lo
>> ne_i18n.lo ne_207.lo ne_xml.lo ne_props.lo ne_locks.lo ne_xmlreq.lo
>> ne_acl.lo ne_openssl.lo -lintl -lssl -lcrypto -lz -L/usr/local/lib -lxml2
>> -lz -liconv -lm
>> ..//libtool[96]: gcc: not found
>> ..//libtool[97]: gcc: not found
>> sed: The first regular expression cannot be null.
>> sed: The first regular expression cannot be null.
>> sed: The first regular expression cannot be null.
>> sed: The first regular expression cannot be null.
>>
>
> Can you try this with http://www.webdav.org/neon/neon-0.28.0.tar.gz -
> the version of libtool used is slightly newer.
>
> If it still fails, can you edit the Makefile to remove the --quiet from
> the LINK line, rm libneon.la and retry the build?
>
> joe
>
>

-- 
Miguel Rentes
/Software Engineer/
EFACEC - Sistemas de Electronica, SA
/ID/GR/
*Address:*
Rua Eng. Frederico Ulrich apartado 3078
4471-907 Moreira da Maia - Portugal
*Phone: *+351 22 940 20 00 (DDI: 22 940 33 88)
*Fax: *+351 22 948 54 28
*Email: *miguel.rentes_at_efacec.pt <mailto:miguel.rentes_at_efacec.pt>
*Disclaimer* <http://efacec.pt/email.jpg>
Received on 2008-02-12 12:41:21 CET

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.