From owner-freebsd-questions@FreeBSD.ORG Sun Jun 18 20:10:23 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E75BB16A4A5 for ; Sun, 18 Jun 2006 20:10:23 +0000 (UTC) (envelope-from nthwaver@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.178]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2E4943D46 for ; Sun, 18 Jun 2006 20:10:22 +0000 (GMT) (envelope-from nthwaver@gmail.com) Received: by py-out-1112.google.com with SMTP id x66so1140325pye for ; Sun, 18 Jun 2006 13:10:21 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=mOTu8jK5DvTzm1uqIYIP5DZuwYO5cTC+YxghwQVqgaIL6qD+URHdn5w6AFeZW3k59SxXyobR/UmhXEALxKIUIzZ0GLs718PA9mJtC/cpXC0SD/cd5jLs1fEFyVRp8DDshl1BR0ZD/jmCvM2zk5JdgEtkBXvaiAWGAdZYzoLBYZk= Received: by 10.35.135.12 with SMTP id m12mr7411792pyn; Sun, 18 Jun 2006 13:10:21 -0700 (PDT) Received: by 10.35.83.13 with HTTP; Sun, 18 Jun 2006 13:10:21 -0700 (PDT) Message-ID: <17b33a80606181310j7bfdd818xcee9e5cf06295a6@mail.gmail.com> Date: Sun, 18 Jun 2006 16:10:21 -0400 From: nthwaver@gmail.com To: "FreeBSD Questions" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: "don't know how to make" libsmutil.a X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jun 2006 20:10:24 -0000 I've been trying to follow these directions for setting up a secure mailserver: http://www.puresimplicity.net/~hemi/freebsd/sendmail.html Step 4 under "Sendmail setup" has given me continuous problems, mostly ending with this error: make: don't know how to make /usr/src/usr.sbin/sendmail/../../lib/libsmutil/libsmutil.a. Stop As suggested in this thread, I tried first updating the source tree with cvsup and typed "make buildworld" in /usr/src: http://lists.freebsd.org/pipermail/freebsd-questions/2005-May/086150.html However, after running for an hour or two, "make buildworld" exited with an error code, with the same message! make: don't know how to make /usr/src/usr.sbin/sendmail/../../lib/libsmutil/libsmutil.a. Stop I am using FreeBSD 6.0-release, and updated with the RELENG_6_0. This system has been installed since around March and before today I've only updated the ports tree. This was my first attempt to update the source. Have I missed any steps that have caused these errors? Thanks. - Jordan