From owner-freebsd-questions@FreeBSD.ORG Mon Aug 4 17:16:11 2003 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 D2B5E37B401 for ; Mon, 4 Aug 2003 17:16:11 -0700 (PDT) Received: from rwcrmhc13.comcast.net (rwcrmhc13.comcast.net [204.127.198.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B3BB43FB1 for ; Mon, 4 Aug 2003 17:16:11 -0700 (PDT) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: from be-well.ilk.org (be-well.no-ip.com[66.30.200.37]) by comcast.net (rwcrmhc13) with ESMTP id <2003080500161001500mjdpme>; Tue, 5 Aug 2003 00:16:10 +0000 Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com [66.30.200.37] (may be forged)) by be-well.ilk.org (8.12.9/8.12.9) with ESMTP id h750FtKS005409; Mon, 4 Aug 2003 20:15:55 -0400 (EDT) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: (from lowell@localhost) by be-well.ilk.org (8.12.9/8.12.6/Submit) id h750Fsfu005406; Mon, 4 Aug 2003 20:15:54 -0400 (EDT) X-Authentication-Warning: be-well.ilk.org: lowell set sender to freebsd-questions-local@be-well.ilk.org using -f Sender: lowell@be-well.no-ip.com To: "Alex Zivenko" References: <000e01c35a8c$041915e0$0400a8c0@fire> From: Lowell Gilbert Date: 04 Aug 2003 20:15:54 -0400 In-Reply-To: <000e01c35a8c$041915e0$0400a8c0@fire> Message-ID: <44ptjl6jt1.fsf@be-well.ilk.org> Lines: 15 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-questions@freebsd.org Subject: Re: Error, make, postgresql X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Aug 2003 00:16:12 -0000 "Alex Zivenko" writes: > I have an error making postgresql. > All files I have in my /usr/ports/distfiles dir. > After command > make -D FORCE_PKG_REGISTER > it runs, but giving error: > Shared library intl.4 not found > What shall I do? In the latest ports, at least, libintl.so.4 comes from the gettext port, which is only a dependency of the postgresql ports if you are building nls support. The mechanisms vary somewhat between the various postgresql ports, and you didn't mention which one you were trying, so there isn't any more we can tell you at the moment.