From owner-freebsd-questions@FreeBSD.ORG Sat May 22 08:57:00 2004 Return-Path: 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 4BAFF16A4CE for ; Sat, 22 May 2004 08:57:00 -0700 (PDT) Received: from pr93.lublin.sdi.tpnet.pl (pr93.lublin.sdi.tpnet.pl [217.97.36.93]) by mx1.FreeBSD.org (Postfix) with SMTP id 35D8043D39 for ; Sat, 22 May 2004 08:56:59 -0700 (PDT) (envelope-from michal@pasternak.w.lub.pl) Received: (qmail 1800 invoked by uid 1001); 22 May 2004 15:56:26 -0000 Date: Sat, 22 May 2004 17:56:26 +0200 From: Michal Pasternak To: Robert Fitzpatrick Message-ID: <20040522155626.GA1771@pasternak.w.lub.pl> References: <1085237301.18944.5.camel@columbus> <20040522150802.GA1373@pasternak.w.lub.pl> <1085240809.18952.29.camel@columbus> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline In-Reply-To: <1085240809.18952.29.camel@columbus> cc: Michal Pasternak cc: FreeBSD Subject: Re: Errors building PHP 4.3.6 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Michal Pasternak List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 May 2004 15:57:00 -0000 Robert Fitzpatrick [Sat, May 22, 2004 at 11:46:50AM -0400]: > esmtp# ldd /usr/local/bin/psql > /usr/local/bin/psql: > libpq.so.3 => /usr/local/lib/libpq.so.3 (0x28096000) > libkrb5.so.20 => /usr/local/lib/libkrb5.so.20 (0x280b2000) Hmm, ok, so you need to include -l parameter to the linker on the line in Makefile, that the error occures. (-lkrb5 perhaps)