building sendmail-sasl-8.12.10 problems

Matthew Seaman m.seaman at infracaninophile.co.uk
Sat Oct 4 08:35:55 PDT 2003


On Sat, Oct 04, 2003 at 07:13:28AM -0800, Noah wrote:

> > Either that, or ditch the ports version of sendmail, and add the
> > following to your /etc/make.conf:
> > 
> >     SENDMAIL_CFLAGS=-I/usr/local/include -DSASL=2
> >     SENDMAIL_LDFLAGS=-L/usr/local/lib
> >     SENDMAIL_LDADD=-lsasl2
> > 
> 
> when I uncomment these entries in /etc/make.conf - I get the folllowing errors
> during execution of 'make' .
> 
> 
> 
> root at hurricane# make                                               
> "/etc/make.conf", line 404: Unassociated shell command
> "SENDMAIL_CFLAGS=-I/usr/local/include -DSASL=2"
> "/etc/make.conf", line 405: Unassociated shell command
> "SENDMAIL_LDFLAGS=-L/usr/local/lib" 
> "/etc/make.conf", line 406: Unassociated shell command
> "SENDMAIL_LDADD=-lsasl2" make: fatal errors encountered -- cannot continue

Check the syntax of your /etc/make.conf file carefully.  Make sure
those variable assignments don't have any leading whitespace, and
particularly that they don't follow an uncommented line ending in one
or two colons.  make(1) has somehow become convinced that those lines
are commands that it should execute rather than variable settings.

	Cheers,

	Matthew	

-- 
Dr Matthew J Seaman MA, D.Phil.                       26 The Paddocks
                                                      Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey         Marlow
Tel: +44 1628 476614                                  Bucks., SL7 1TH UK
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20031004/1021b243/attachment.bin


More information about the freebsd-questions mailing list