From owner-freebsd-questions@FreeBSD.ORG Sun Sep 25 10:55:02 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 833DB16A41F for ; Sun, 25 Sep 2005 10:55:02 +0000 (GMT) (envelope-from chrcoluk@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 22A5743D48 for ; Sun, 25 Sep 2005 10:55:02 +0000 (GMT) (envelope-from chrcoluk@gmail.com) Received: by zproxy.gmail.com with SMTP id 14so159513nzn for ; Sun, 25 Sep 2005 03:55:00 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=pPW8plEUHhABHQsIFRx4kyMFvU0nG5YhYEVKVIgAO8fiEfvf3lLafI6xJ3nb+nFDfXXoGriRPwTea3H2A88davt+ue3Gqt0sHwMvpyd2pdW8mRX9LHwjApNrhZUEns/5rJegsmk41ox4lxoL5ZpKB0KSugXOkfWgy09aITdb/wY= Received: by 10.54.32.16 with SMTP id f16mr1273412wrf; Sun, 25 Sep 2005 03:55:00 -0700 (PDT) Received: by 10.54.123.9 with HTTP; Sun, 25 Sep 2005 03:55:00 -0700 (PDT) Message-ID: <3aaaa3a05092503557b301dc7@mail.gmail.com> Date: Sun, 25 Sep 2005 11:55:00 +0100 From: Chris To: Noah In-Reply-To: <20050921164631.M49713@enabled.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20050921164631.M49713@enabled.com> Cc: freebsd-questions Subject: Re: ssh segfault X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Chris List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2005 10:55:02 -0000 On 21/09/05, Noah wrote: > > Hi there, > > I just upgraded my SSL crypto library to 0.9.8 and ssh to other machines = is > creating a core dump. Is there an appropriate mail list for these types = of > issues? > > how might I troubleshoot this issue? > > also how might I return to teh previous version of 0.9.7 if need be. or = am I > stuck right now. > > --- snip --- > > zsh: segmentation fault (core dumped) ssh > > --- snip --- > > cheers, > > Noah > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" > I think the 0.9.8 should be a new port openssl098 and not a straight upgrade as it will break a few things. Chris