Return-Path: Delivered-To: apmail-subversion-users-archive@minotaur.apache.org Received: (qmail 63256 invoked from network); 1 Feb 2011 12:12:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 1 Feb 2011 12:12:36 -0000 Received: (qmail 94187 invoked by uid 500); 1 Feb 2011 12:12:35 -0000 Delivered-To: apmail-subversion-users-archive@subversion.apache.org Received: (qmail 93981 invoked by uid 500); 1 Feb 2011 12:12:32 -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 Delivered-To: moderator for users@subversion.apache.org Received: (qmail 89726 invoked by uid 99); 1 Feb 2011 12:10:45 -0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of nick.upson@gmail.com designates 74.125.82.47 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=pPbkzfDLdbgr1an5wC5xwRPzdJ4HpHQz3dsM5l6pAW0=; b=D+fYQw+rL/j+sKpWINxUBSeSHCC6zvwlNtdIEcqC1Xv8V2QcZRR8NP4ineH1RUT0Mm EQfmPzVTv1MfykVOm19cxKAxMFJSqUlsBrmdfxn+D14oNPCTnDAAlc+88WvEOMS9iOgc MhA4XmSjroRDfnRiNTlhDCjCkclxxSSdXOgDQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=Bw+cplP4m5PYZNwvsWjDt8saROBVBhiYNjKgwnqoH70OnjlY4RXX6ox6iqneCkdJ6/ qpYVQbAwolGQ7hsOXpUwZo0659p9fZsqIpD55g5jLw1S8OCy9hNFhhR3g6cq5UTeMgqq 14n9mEdpzxFN2b+2W4W087Q8F+3Pc8i0MGhRA= MIME-Version: 1.0 Date: Tue, 1 Feb 2011 12:10:17 +0000 Message-ID: Subject: how do I add support for SSL From: Nick Upson To: users@subversion.apache.org Content-Type: text/plain; charset=ISO-8859-1 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