From users-return-7423-apmail-subversion-users-archive=subversion.apache.org@subversion.apache.org Tue Feb 01 12:41:17 2011 Return-Path: Delivered-To: apmail-subversion-users-archive@minotaur.apache.org Received: (qmail 95237 invoked from network); 1 Feb 2011 12:41:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 1 Feb 2011 12:41:17 -0000 Received: (qmail 50300 invoked by uid 500); 1 Feb 2011 12:41:17 -0000 Delivered-To: apmail-subversion-users-archive@subversion.apache.org Received: (qmail 50161 invoked by uid 500); 1 Feb 2011 12:41:14 -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 50144 invoked by uid 99); 1 Feb 2011 12:41:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Feb 2011 12:41:13 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of nick.upson@gmail.com designates 74.125.82.171 as permitted sender) Received: from [74.125.82.171] (HELO mail-wy0-f171.google.com) (74.125.82.171) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Feb 2011 12:41:06 +0000 Received: by wyb38 with SMTP id 38so6459252wyb.16 for ; Tue, 01 Feb 2011 04:40:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=YK4rYKsvJaYWQnxI07KXFaI4/I8n/JZwGDm9jlKsbkA=; b=VihCO18xsRXr8G8tt4iOJcMgQPD0fdyD9I+JKCOaQMOkeGecWCtsx/ZCpv0E61UnvP QnKbWr5asnIhx/3wJ3DdmWdD6gJLuY455CBDkXMhpNOyhRgXvdHVVuhO7GufW1hsC4OG e1d2n+wHfG5ZeeA60HzfbBEuZL0rIFlQtw/sM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=CNue+nN+bsfReTj4glzA+FRGHUy6lYCQGiY10rO2Ir4RRD09yYcZ+n0uikr3AP6yT0 D0URfdsOqY3e5Z1ewdsNH5PSVqRfhbcZUCQH1SXtk9T1L/rZyhRVCcDd0/Q7j+mVpgF5 C4Wkux2Tp++7YrSe4x7LASn4WwlAxTNxswB/M= MIME-Version: 1.0 Received: by 10.216.186.142 with SMTP id w14mr8135320wem.18.1296564045276; Tue, 01 Feb 2011 04:40:45 -0800 (PST) Received: by 10.216.168.3 with HTTP; Tue, 1 Feb 2011 04:40:45 -0800 (PST) In-Reply-To: References: Date: Tue, 1 Feb 2011 12:40:45 +0000 Message-ID: Subject: Re: how do I add support for SSL From: Nick Upson To: Nico Kadel-Garcia Cc: users@subversion.apache.org Content-Type: text/plain; charset=ISO-8859-1 On 1 February 2011 12:34, Nico Kadel-Garcia wrote: > On Tue, Feb 1, 2011 at 7:10 AM, Nick Upson wrote: >> I have downloaded and compiled 1.6.15 on fedora 8, where 1.4.4-7 was >> working fine (I need 1.6 for compatibity with other users) >> >> but when I do >> >> svn co https://x.y.z.1/....... (my repo) >> >> I now get >> >> svn: SSL is not supported >> >> In case it's a configuration issue I'm using "./configure --with-ssl >> --with-neon=/usr/local", then make and make install > > First: Fedora 8 is out of date and deprecated, update if you can. I know , but this is for me to build packages to be install on fc8 > Second, you need to make sure that the openssl-devel packages are > installed, so that the "include" files are available for compilation. openssl-devel - 0.9.8b-17.fc8.i386 already installed > Third, you might just save yourself the grief and install from the > latest SRPM from Fedora 14, and that will at least tell you the > dependencies. I'd like to keep that as a last resort, so much has changed in fedora between 8 & 14