sendmail authentication
Gregory Neil Shapiro
gshapiro at gshapiro.net
Sun Jun 15 19:18:44 PDT 2003
> 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.
More information about the freebsd-current
mailing list