Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Jun 2003 19:18:42 -0700
From:      Gregory Neil Shapiro <gshapiro@gshapiro.net>
To:        Gary K Stinnett Jr <gary@gary-stinnett.us>
Cc:        freebsd-current@freebsd.org
Subject:   Re: sendmail authentication
Message-ID:  <20030616021842.GA82217@horsey.gshapiro.net>
In-Reply-To: <007501c333a5$1a9cf420$0301a8c0@xp2700>
References:  <007501c333a5$1a9cf420$0301a8c0@xp2700>

next in thread | previous in thread | raw e-mail | index | archive | help
> When I get to the point of "make" sendmail I get the following error
> 
> At the end of the make process I get 
> 
> 	CC: /usr/src/lib/libsmutil/libsmutil.a: No such file or
> directory
> 	CC: /usr/src/lib/libsm.a: No such file or directory
> 	*** Error code 1

If you haven't done a make world, do:

cd /usr/src/lib/libsmutil
make depend
make obj
make
cd /usr/src/lib/libsm
make depend
make obj
make

Then you can build sendmail.



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