From owner-freebsd-questions@FreeBSD.ORG Mon Jul 21 14:23:16 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 86D2A37B401 for ; Mon, 21 Jul 2003 14:23:16 -0700 (PDT) Received: from sccrmhc12.comcast.net (sccrmhc12.comcast.net [204.127.202.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id B141543F75 for ; Mon, 21 Jul 2003 14:23:15 -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 (sccrmhc12) with ESMTP id <20030721212310012005cr6oe>; Mon, 21 Jul 2003 21:23: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 h6LLN9ik048914; Mon, 21 Jul 2003 17:23:10 -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 h6LLN9bI048905; Mon, 21 Jul 2003 17:23:09 -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: Pimp DUSK References: <20030719171311.E481-100000@badseed.bytch.net> From: Lowell Gilbert Date: 21 Jul 2003 17:23:08 -0400 In-Reply-To: <20030719171311.E481-100000@badseed.bytch.net> Message-ID: <44ispvingj.fsf@be-well.ilk.org> Lines: 23 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: questions@freebsd.org Subject: Re: Error installing a port 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: Mon, 21 Jul 2003 21:23:16 -0000 Pimp DUSK writes: > I want to install centericq on my FreeBSd box. I am > running 4.7 stable. When I run make I ge this error. > > badseed# make > ===> Building for centericq-4.9.4 > /usr/libexec/ld-elf.so.1: Shared object "libintl.so.1" not found > > It lookslike I need to install libintl.so.1. I do a locate on > libintl.so and it looks like I other libintl.so but not this one. > > badseed# locate libintl.so > /usr/local/lib/libintl.so > /usr/local/lib/libintl.so.4 > > > My question is, how do I install "libintl.so.1"? You don't. The library you already have is the one that the port should be picking up. I don't understand what's going on, but: make sure you're building the port from the proper directory (/usr/ports/net/centericq) and do a "make clean" before starting it again.