Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Mar 2003 05:22:33 -0600
From:      Troy <troy@twisted.net>
To:        freebsd-questions@freebsd.org
Subject:   Postfix 2.0.6 port without Kerberos DES linking?
Message-ID:  <20030313112233.GB44585@twisted.net>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030313112233.GB44585>