Re: sendmail authentication

From: Gregory Neil Shapiro <gshapiro_at_gshapiro.net>
Date: Sun, 15 Jun 2003 19:18:42 -0700
> 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.
Received on Sun Jun 15 2003 - 17:18:43 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:37:12 UTC