From owner-freebsd-questions Mon Mar 27 5:48:21 2000 Delivered-To: freebsd-questions@freebsd.org Received: from avocet.prod.itd.earthlink.net (avocet.prod.itd.earthlink.net [207.217.121.50]) by hub.freebsd.org (Postfix) with ESMTP id 4CAEA37BC2B for ; Mon, 27 Mar 2000 05:48:19 -0800 (PST) (envelope-from prmoyer@mail.earthlink.net) Received: from mail.earthlink.net (ip193.wilmington3.de.pub-ip.psi.net [38.30.157.193]) by avocet.prod.itd.earthlink.net (8.9.3/8.9.3) with ESMTP id FAA20396 for ; Mon, 27 Mar 2000 05:48:14 -0800 (PST) Message-Id: <200003271348.FAA20396@avocet.prod.itd.earthlink.net> From: "Philip R. Moyer" Reply-To: pmoyer@hyperon.com To: freebsd-questions@freebsd.org Subject: problems with 4.0 build from source Date: Mon, 27 Mar 2000 08:48:09 -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I CVSupped the latest release to make sure my sources were current, but I can't get it to build. The problem is related to the crypto support. I know I'm just doing something stupid, but I can't figure out what's wrong. I'm following the procedure in the UPDATING file. It's failing on step 2, "make buildworld". At first, it would stop in tcpdump or ppp because it couldn't find crypto header files (such as des.h or blowfish.h). I copied the latest header files from OpenSSL 0.9.5 and then copied them into the /usr/obj tree after the buildworld started. That got it past the make depend. Now when it tries to link ppp, it stops because it can't link against -lcrypto. I've set USA_RESIDENT to yes in /etc/make.conf. Any pointers will be greatly appreciated. Cheers, Phil To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message