From owner-freebsd-questions Mon Aug 3 13:22:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA02736 for freebsd-questions-outgoing; Mon, 3 Aug 1998 13:22:41 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from tesseract.belen.k12.nm.us (stargate.belen.k12.nm.us [206.206.121.42]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA02537; Mon, 3 Aug 1998 13:21:21 -0700 (PDT) (envelope-from root@tesseract.belen.k12.nm.us) Received: from localhost (root@localhost) by tesseract.belen.k12.nm.us (8.8.8/8.8.8) with SMTP id OAA07684; Mon, 3 Aug 1998 14:29:25 -0600 (MDT) (envelope-from root@tesseract.belen.k12.nm.us) Date: Mon, 3 Aug 1998 14:29:25 -0600 (MDT) From: Charlie ROOT To: brian@FreeBSD.ORG cc: freebsd-questions@FreeBSD.ORG Subject: sshd and ssh install diffs. Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hey you guys. Well I have wrestled with this thing all weekend and I have to say that I have lost. When installing ssh-1.2.22 once I installed the correct paths in my PATH=$ it installed fine...the problem arises after the install when trying to make an ssh connection...I have reinstalled the package twice. bash#ssh -l -c 3des in-dax assertion "(len & 7) == 0" failed: file "des.c" , line 543 Recieved signal 6 bash# ok so I go to see what line 543 says ( which is usually useless in cprogs) des.c line 543 : (really big help here) assert((len & 7) == 0); anyway that is what is going on so if anyone has ever run into this problem I'd appreciate the help. Thanks Brian. and the Listers. Sasha To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message