From owner-freebsd-questions Tue Oct 3 5:57: 6 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.netcologne.de (mail2.netcologne.de [194.8.194.103]) by hub.freebsd.org (Postfix) with ESMTP id 9E26B37B66F for ; Tue, 3 Oct 2000 05:56:59 -0700 (PDT) Received: from bagabeedaboo.security.at12.de (dial-194-8-195-149.netcologne.de [194.8.195.149]) by mail2.netcologne.de (8.9.3/8.9.3) with ESMTP id OAA22308; Tue, 3 Oct 2000 14:56:58 +0200 (MET DST) Received: from localhost (localhost.security.at12.de [127.0.0.1]) by bagabeedaboo.security.at12.de (8.11.0/8.11.0) with ESMTP id e93CuWN03629; Tue, 3 Oct 2000 14:56:32 +0200 (CEST) (envelope-from pherman@frenchfries.net) Date: Tue, 3 Oct 2000 14:56:32 +0200 (CEST) From: Paul Herman To: Dan Cuthbert Cc: Freebsd-Questions Subject: Re: 4.1.1 and OpenSSL In-Reply-To: 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 On Tue, 3 Oct 2000, Dan Cuthbert wrote: > Okay im stumped on this one, reinstalled a new machine with the > iso of 4.1.1 , chose SSL and OpenSSH from the packages and finally > booted into new machine, yet upon investigation ssh wasnt > installed, so off i popped to update the ports and try again I wouldn't try installing from the ports, since (as you saw) OpenSS[HL] are both part of the base system. They (ssh and openssl) should both be in /usr/bin. If you have /usr/src/ installed, you could also just # cd /usr/src/secure # make; make install ...or you could try to find out where they are on the CDROM. I don't have one handy so I can't tell you exactly, but it would be something like: cat /cdrom/bin/bin.[a-h]* | tar tzf - | grep openssl ...or the files in some other subdirectory. They are all nothing but split up .tgz files. -Paul. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message