Date: Wed, 15 Oct 2003 13:26:59 -0500 From: Kenton Brede <kbrede@nixnotes.org> To: freebsd-questions@freebsd.org Subject: Re: buildworld 4.8-RELEASE-p7 problem Message-ID: <20031015182659.GB7808@gravity.nixnotes.org> In-Reply-To: <200310141821.h9EIL2Of004862@himinbjorg.tucs-beachin-obx-house.com> References: <20031014181522.GA2671@gravity.nixnotes.org> <200310141821.h9EIL2Of004862@himinbjorg.tucs-beachin-obx-house.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Oct 14, 2003 at 02:21:02PM -0400, Tuc wrote: > > > > Stop in /usr/src/secure/lib/libtelnet. > > *** Error code 1 > > > I'm working through this too myself. This is on a PR#50507. > > This is caused by "NO_OPENSSL" at a minimum. I tried "NO_CRYPTO" > but that didn't help. I've asked around to people, can't get an answer. > I'm trying this against RELENG_4_8. Thanks, I had tried to sift though the bug reports for openssl but didn't find what I was looking for. At any rate I found the clue I needed in PR#50507. I had uncommented - #NO_OPENSSH= true # do not build OpenSSH #NO_OPENSSL= true # do not build OpenSSL (implies NO_OPENSSH) in /etc/make.conf and that was what was killing the build process. I commented them again and the build made it though. Kent -- "I am always doing that which I can not do, in order that I may learn how to do it." --Pablo Picasso
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031015182659.GB7808>