From owner-freebsd-stable@FreeBSD.ORG Tue Nov 8 00:28:14 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C7E0B16A41F for ; Tue, 8 Nov 2005 00:28:14 +0000 (GMT) (envelope-from sammy@lost-angel.com) Received: from orwell.lost-angel.com (lost-angel.com [64.159.65.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57BAD43D46 for ; Tue, 8 Nov 2005 00:28:14 +0000 (GMT) (envelope-from sammy@lost-angel.com) Received: from [192.168.0.10] (cpe-66-108-113-153.nyc.res.rr.com [66.108.113.153]) (authenticated bits=0) by orwell.lost-angel.com (8.13.3/8.13.1) with ESMTP id jA80SBwq008000 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NO) for ; Mon, 7 Nov 2005 19:28:13 -0500 (EST) (envelope-from sammy@lost-angel.com) Mime-Version: 1.0 (Apple Message framework v746.2) Content-Transfer-Encoding: 7bit Message-Id: <953CD34C-5DBA-461B-AAA9-C4073E517F89@lost-angel.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: freebsd-stable@freebsd.org From: sammy!!! Date: Mon, 7 Nov 2005 19:28:06 -0500 X-Mailer: Apple Mail (2.746.2) Subject: Sendmail not compiling with make world in 6.0 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Nov 2005 00:28:14 -0000 I get this error when trying to do a make world with FreeBSD 6.0. ===> libexec/mail.local (all) cc -O2 -fno-strict-aliasing -pipe -I/usr/src/libexec/ mail.local/../../contrib/sendmail/include -I. -I/usr/local/include/ sasl1 -DSASL -c /usr/src/libexec/mail.local/../../contrib/sendmail/ mail.local/mail.local.c cc -O2 -fno-strict-aliasing -pipe -I/usr/src/libexec/ mail.local/../../contrib/sendmail/include -I. -I/usr/local/include/ sasl1 -DSASL -L/usr/local/lib -o mail.local mail.local.o /usr/obj/ usr/src/libexec/mail.local/../../lib/libsm/libsm.a -lsasl /usr/obj/usr/src/tmp/usr/bin/ld: warning: libcrypt.so.2, needed by / usr/local/lib/libsasl.so, not found (try using -rpath or -rpath-link) /usr/obj/usr/src/tmp/usr/bin/ld: warning: libpam.so.2, needed by /usr/ local/lib/libsasl.so, not found (try using -rpath or -rpath-link) /usr/local/lib/libsasl.so: undefined reference to `pam_end' /usr/local/lib/libsasl.so: undefined reference to `pam_authenticate' /usr/local/lib/libsasl.so: undefined reference to `crypt' /usr/local/lib/libsasl.so: undefined reference to `pam_start' *** Error code 1 Stop in /usr/src/libexec/mail.local. *** Error code 1 I have the following in my /etc/make.conf SENDMAIL_CFLAGS=-I/usr/local/include/sasl1 -DSASL SENDMAIL_LDFLAGS=-L/usr/local/lib SENDMAIL_LDADD=-lsasl Any clues on why this is failing with 6.0? It worked in 5.4 no problem...