From owner-freebsd-questions@FreeBSD.ORG Sat Sep 17 14:55:28 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 716FD16A41F for ; Sat, 17 Sep 2005 14:55:28 +0000 (GMT) (envelope-from jmf@thecompanyonline.com) Received: from tco1.thecompanyonline.com (dsl017-004-080.ser1.dsl.speakeasy.net [69.17.4.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id E388443D48 for ; Sat, 17 Sep 2005 14:55:27 +0000 (GMT) (envelope-from jmf@thecompanyonline.com) Received: from [10.10.0.100] (dsl017-004-169.ser1.dsl.speakeasy.net [69.17.4.169]) (authenticated bits=0) by tco1.thecompanyonline.com (8.13.3/8.13.1) with ESMTP id j8HEtVF8090060 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 17 Sep 2005 10:55:33 -0400 (EDT) (envelope-from jmf@thecompanyonline.com) Message-ID: <432C2E58.3040300@thecompanyonline.com> Date: Sat, 17 Sep 2005 10:55:20 -0400 From: Jordan Freeman User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.11) Gecko/20050728 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Mario Hoerich References: <432BBB87.6010107@thecompanyonline.com> <20050917125637.GA82790@Pandora.MHoerich.de> In-Reply-To: <20050917125637.GA82790@Pandora.MHoerich.de> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-4.4 required=4.0 tests=ALL_TRUSTED,BAYES_40 autolearn=failed version=3.0.2 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on tco1.thecompanyonline.com X-Virus-Scanned: ClamAV 0.83/1084/Fri Sep 16 23:32:40 2005 on tco1.thecompanyonline.com X-Virus-Status: Clean Cc: freebsd-questions@freebsd.org Subject: Re: Error Code 1 building Sendmail. FreeBSD 5.4-p6 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 14:55:28 -0000 Mario Hoerich wrote: > # 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 Thank you, Mario. That will tech me not to stay up so late o_O . I fall on my sword for a second time. Jordan Freeman