Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Sep 2000 17:11:58 +0400
From:      Sergei Vyshenski <svysh@pn.sinp.msu.ru>
To:        Gregory Neil Shapiro <gshapiro@FreeBSD.org>
Cc:        freebsd-stable@FreeBSD.org
Subject:   Re: SMTP AUTH
Message-ID:  <4.3.2.7.2.20000912170437.00aa2b10@vivaldi>

next in thread | raw e-mail | index | archive | help
Oops! Even with suggested changes to make.conf and Makefile,
Buildworld fails with: /usr/obj/usr/src/i386/usr/libexec/elf/ld: cannot 
find -lsasl
Any ideas?

more details here:

cc -O -pipe -DSASL -I/usr/local/include/sasl 
-I/usr/src/usr.sbin/sendmail/../../contrib/sendmail/src
-I/usr/src/usr.sbin/sendmail/../../contrib/sendmail/include -DNEWDB -DNIS 
-DNETINET6
-DTCPWRAPPERS -DMAP_REGEX   -I/usr/obj/usr/src/i386/usr/include
-o sendmail alias.o arpadate.o bf_torek.o clock.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 readcf.o recipient.o savemail.o sfsasl.o 
shmticklib.o srvrsmtp.o
stab.o stats.o sysexits.o timers.o trace.o udb.o usersmtp.o util.o 
version.o  -lsasl -lutil -lwrap 
/usr/obj/usr/src/usr.sbin/sendmail/../../lib/libsmutil/libsmutil.a
/usr/obj/usr/src/i386/usr/libexec/elf/ld: cannot find -lsasl
*** Error code 1

*****************************************************************************
Gregory,
You idea works ok only provided the following change is made to
/usr/src/usr.sbin/sendmail/Makefile:

LDADD+= -lutil -lwrap

instead of

LDADD= -lutil -lwrap

Could you please commit this change to stable?
Sergei

At 21:30 11.09.00 -0700, you wrote:
>svysh> Is it possible to link sasl support into sendmail during buildworld
>svysh> on FreeBSD-4.1-STABLE with CYRUS-SASL port installed in advance?
>
>svysh> site.config.m4 approach seems not applicable here?
>
>You could do something like this (untested, unsupported) in /etc/make.conf:
>
># Make MD5 version of libskey
>.if ${.CURDIR} == "/usr/src/usr.sbin/sendmail"
>CFLAGS+=-DSASL -I/usr/local/include/sasl
>LDADD+=-lsasl
>.endif



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




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