From owner-freebsd-questions Thu Mar 13 3:22:35 2003 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 39DD737B401 for ; Thu, 13 Mar 2003 03:22:33 -0800 (PST) Received: from taz.sindrome.net (taz.sindrome.net [209.172.186.231]) by mx1.FreeBSD.org (Postfix) with ESMTP id A81CD43F85 for ; Thu, 13 Mar 2003 03:22:32 -0800 (PST) (envelope-from troy@twisted.net) Received: by taz.sindrome.net (Postfix, from userid 1000) id CB6C474525; Thu, 13 Mar 2003 05:22:33 -0600 (CST) Date: Thu, 13 Mar 2003 05:22:33 -0600 From: Troy To: freebsd-questions@freebsd.org Subject: Postfix 2.0.6 port without Kerberos DES linking? Message-ID: <20030313112233.GB44585@twisted.net> Reply-To: troy@twisted.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello, I'm running fbsd 4.8RC and trying to build postfix 2.0.6 and running into a kerberos issue. I want to build postfix with cyrus-sasl2, TLS, PCRE, and DB3 support. No matter what I do, if I enable cyrus-sasl2 during the postfix build process, I receive the errors below. I don't use kerberos and don't want it to try and link to the des libraries. I am able to build the postfix 1.1.11-20021115 build without any problems. It appears that sasl2 and TLS will not work using postfix 1.1.11. Any help would be greatly appreciated. -Troy gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -I/usr/local/include -I/usr/local/include/sasl -DHAS_SSL -I/usr/include/openssl -I/usr/local/include/db3 -DHAS_PCRE -I/usr/local/include -O -pipe -march=pentiumpro -I. -I../../include -DFREEBSD4 -o master master.o master_conf.o master_ent.o master_sig.o master_avail.o master_spawn.o master_service.o master_status.o master_listen.o master_vars.o master_wakeup.o master_flow.o ../../lib/libglobal.a ../../lib/libutil.a -L/usr/local/lib -lsasl2 -lpam -lcrypt -lkrb -lcrypto -lcom_err -lssl -lcrypto -L/usr/local/lib -ldb3 -L/usr/local/lib -lpcre /usr/lib/libkrb.so: undefined reference to `des_pcbc_encrypt' /usr/lib/libkrb.so: undefined reference to `des_set_odd_parity' /usr/lib/libkrb.so: undefined reference to `des_key_sched' /usr/lib/libkrb.so: undefined reference to `des_read_pw_string' /usr/lib/libkrb.so: undefined reference to `des_set_key' /usr/lib/libkrb.so: undefined reference to `des_cbc_cksum' /usr/lib/libkrb.so: undefined reference to `des_quad_cksum' /usr/lib/libkrb.so: undefined reference to `des_string_to_key' *** Error code 1 Stop in /usr/ports/mail/postfix/work/postfix-2.0.6/src/master. *** Error code 1 Stop in /usr/ports/mail/postfix/work/postfix-2.0.6. *** Error code 1 Stop in /usr/ports/mail/postfix. *** Error code 1 Stop in /usr/ports/mail/postfix. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message