Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Oct 2000 14:56:32 +0200 (CEST)
From:      Paul Herman <pherman@frenchfries.net>
To:        Dan Cuthbert <daniel.cuthbert@uk.psi.com>
Cc:        Freebsd-Questions <freebsd-questions@FreeBSD.ORG>
Subject:   Re: 4.1.1 and OpenSSL
Message-ID:  <Pine.BSF.4.21.0010031450390.278-100000@bagabeedaboo.security.at12.de>
In-Reply-To: <FMEDIJKKKMABBAOLJMLKCEKNCEAA.daniel.cuthbert@uk.psi.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0010031450390.278-100000>