> 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.
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to