Date: Sat, 17 Sep 2005 14:56:38 +0200 From: Mario Hoerich <spambox@MHoerich.de> To: Jordan Freeman <jmf@thecompanyonline.com> Cc: freebsd-questions@freebsd.org Subject: Re: Error Code 1 building Sendmail. FreeBSD 5.4-p6 Message-ID: <20050917125637.GA82790@Pandora.MHoerich.de> In-Reply-To: <432BBB87.6010107@thecompanyonline.com> References: <432BBB87.6010107@thecompanyonline.com>
next in thread | previous in thread | raw e-mail | index | archive | help
# 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050917125637.GA82790>