building sendmail-sasl-8.12.10 problems
Noah
admin2 at enabled.com
Sat Oct 4 23:14:17 PDT 2003
On Sat, 4 Oct 2003 16:35:41 +0100, Matthew Seaman wrote
> 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.
>
white space was the issue. thank you for your help.
- Noah
> 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
More information about the freebsd-questions
mailing list