Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Aug 2007 23:14:16 +0400
From:      Yuri Pankov <yuri@darklight.org.ru>
To:        brad davison <demonichandextensions@hotmail.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Cannot rebuild Sendmail (with sasl2)
Message-ID:  <20070829191416.GC62274@darklight.org.ru>
In-Reply-To: <BAY116-F31D9C64C12D70B4719ECE8A1CC0@phx.gbl>
References:  <20070829182013.GB62274@darklight.org.ru> <BAY116-F31D9C64C12D70B4719ECE8A1CC0@phx.gbl>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Aug 29, 2007 at 07:00:42PM +0000, brad davison wrote:
> Yuri, thank you for your reply.
>
> my make.conf:
> # SASL (cyrus-sasl v2) sendmail build flags...
> SENDMAIL_CFLAGS=-I/usr/local/include -DSASL=2
> SENDMAIL_LDFLAGS=-L/usr/local/lib
> SENDMAIL_LDADD=-lsasl2
> # Adding to enable alternate port (smtps) for sendmail...
> SENDMAIL_CFLAGS+= -D_FFR_SMTP_SSL
> # added by use.perl 2007-08-28 00:53:33
> PERL_VER=5.8.8
> PERL_VERSION=5.8.8
>
> saslauthd is installed and running.
>
> The process I am using for rebuilding sendmail:
> I had gone into the /usr/src/lib/libsmutil and did make cleandir && make 
> obj && make
> then I went into /usr/src/lib/libsm and did the same thing, those went OK

This looks OK.

> but when going into /usr/src/usr.sbin/sendmail and doing 'make clean && 
> make depend' that works OK
> when doing the 'make' it fails with the libsmutil.a

Please try commands, mentioned in handbook:
# cd /usr/src/usr.sbin/sendmail
# make cleandir && make obj && make && make install


Yuri



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