From owner-freebsd-questions@FreeBSD.ORG Sat May 22 09:10:33 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 B812216A4CE for ; Sat, 22 May 2004 09:10:33 -0700 (PDT) Received: from hermes.webtent.net (hermes.webtent.net [192.216.106.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55F9A43D1F for ; Sat, 22 May 2004 09:10:33 -0700 (PDT) (envelope-from robert@webtent.com) Received: from columbus.webtent.org (webtent.org [198.79.127.235]) by hermes.webtent.net (8.10.2/8.10.2) with ESMTP id i4MGA9G32128; Sat, 22 May 2004 12:10:09 -0400 From: Robert Fitzpatrick To: Michal Pasternak In-Reply-To: <20040522155626.GA1771@pasternak.w.lub.pl> References: <1085237301.18944.5.camel@columbus> <20040522150802.GA1373@pasternak.w.lub.pl> <1085240809.18952.29.camel@columbus> <20040522155626.GA1771@pasternak.w.lub.pl> Content-Type: text/plain Organization: WebTent Networking, Inc. Message-Id: <1085242210.18942.39.camel@columbus> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Sat, 22 May 2004 12:10:11 -0400 Content-Transfer-Encoding: 7bit cc: FreeBSD Subject: Re: Errors building PHP 4.3.6 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 May 2004 16:10:33 -0000 On Sat, 2004-05-22 at 11:56, Michal Pasternak wrote: > 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) OK, trying to find that Makefile. I don't find PHP 4.3.6 under the /usr/ports, only 4.3.4. Where does portupgrade put this Makefile? -- Robert