Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Apr 2005 09:43:07 -0700
From:      "greg@grokking.org" <greg@grokking.org>
To:        freebsd-questions@freebsd.org
Subject:   Re: Error making Sendmail with SMTP AUTH
Message-ID:  <4263E39B.1060809@grokking.org>
In-Reply-To: <4263D567.90102@eigg.org.uk>
References:  <4263D567.90102@eigg.org.uk>

next in thread | previous in thread | raw e-mail | index | archive | help
Nick wrote:
> I am trying to set up SMTP AUTH per the handbook section 22.10.  I have
> FreeBSD 5.3 and have installed cyrus-sasl-2.1.19_1; cyrus-sasl-1.5.28_3
> is also present.  I have set pwcheck_method: passwd and added the 3
> lines to make.conf.  I am trying to recompile Sendmail and the make
> outputs ends as below:
> 
> cc -O -pipe  -I/usr/src/usr.sbin/sendmail/../../contrib/sendmail/src
> -I/usr/src/usr.sbin/sendmail/../../contrib/sendmail/include -I. -DNEWDB
> -DNIS -DTCPWRAPPERS -DMAP_REGEX -DDNSMAP -DNETINET6 -DSTARTTLS
> -D_FFR_TLS_1 -I/usr/local/include/sasl1 -DSASL   -L/usr/local/lib -o
> sendmail alias.o arpadate.o bf.o collect.o conf.o control.o convtime.o
> daemon.o deliver.o domain.o envelope.o err.o headers.o macro.o main.o
> map.o mci.o milter.o mime.o parseaddr.o queue.o ratectrl.o readcf.o
> recipient.o savemail.o sasl.o sfsasl.o shmticklib.o sm_resolve.o
> srvrsmtp.o stab.o stats.o sysexits.o timers.o tls.o trace.o udb.o
> usersmtp.o util.o version.o -lutil -lwrap
> /usr/src/lib/libsmutil/libsmutil.a /usr/src/lib/libsm/libsm.a -lssl
> -lcrypto -lsasl
> cc: /usr/src/lib/libsmutil/libsmutil.a: No such file or directory
> cc: /usr/src/lib/libsm/libsm.a: No such file or directory
> *** Error code 1
> 
> What am I doing wrong?
> 


Show us your /etc/make.conf and the actually commands you're using to
(re)compile sendmail.

Also, you should consider removing one of the cyrus-sasl versions unless
you know you need both (preferably saslv1 as I think it's nearing EOL).

G



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