# Jordan Freeman:
> Here's the output. Any assistance would be apprecaited.
> 
>  make
> Warning: Object directory not changed from original 
> /usr/src/usr.sbin/sendmail
> cc -O2 -pipe -march=pentium3
[...]
> -D_FFR_SMTP_SSL   -I/usr/local/lib -o sendmail 
[...]               ^^^^^^^^^^^^^^^^
> /usr/bin/ld: cannot find -lsasl2
> *** Error code 1

Looks like a typo.  Changing that "-I/usr/local/lib" to
"-L/usr/local/lib", so it's added to the library search
path instead of the include search path, should do the
trick.

 HTH
Mario
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to