From owner-freebsd-questions@FreeBSD.ORG Mon Apr 5 07:54:08 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 38ADA16A4CE for ; Mon, 5 Apr 2004 07:54:08 -0700 (PDT) Received: from tomts36-srv.bellnexxia.net (tomts36.bellnexxia.net [209.226.175.93]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF6F743D58 for ; Mon, 5 Apr 2004 07:54:07 -0700 (PDT) (envelope-from lists@interpool.ca) Received: from interpool.homeunix.com ([216.209.73.183]) by tomts36-srv.bellnexxia.netSMTP <20040405145350.MEFD1581.tomts36-srv.bellnexxia.net@interpool.homeunix.com> for ; Mon, 5 Apr 2004 10:53:50 -0400 Date: Mon, 5 Apr 2004 10:53:48 -0400 From: Gerry Freymann To: freebsd-questions@freebsd.org Message-Id: <20040405105348.097f89f2.lists@interpool.ca> In-Reply-To: References: <20040325225859.GA22615@dogma.freebsd-uk.eu.org> <20040402160232.GB68803@dogma.freebsd-uk.eu.org> <20040402164928.GA70822@dogma.freebsd-uk.eu.org> <1080932364.343.6.camel@lithium.stabilia.com> <20040404212443.GA70678@dogma.freebsd-uk.eu.org> <20040405122755.GA97979@dogma.freebsd-uk.eu.org> <20040405140101.GA759@dogma.freebsd-uk.eu.org> Organization: Interpool Development www.interpool.ca X-Mailer: Sylpheed version 0.9.10 (GTK+ 1.2.10; i386-portbld-freebsd4.9) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: libintl.so.5 not found and general ports question 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, 05 Apr 2004 14:54:08 -0000 How does one find out what port you need to install in order to get libintl.so.5 ? I've tried searching the online archives but can't find anything relevant. I'm trying to get apsfilter installed and it complains that libintl.so.5 can't be found. I must have had it one time because it was installed before (then I decided to update Mozilla which has had me running in circles for two weeks now with portupgrade). One other question... when I do a pkg_version -v, some programs are listed twice, like: autoconf-2.13.000227_5 = up-to-date with port autoconf-2.53_1 = up-to-date with port glib-1.2.10_10 = up-to-date with port glib-2.2.3_1 = up-to-date with port libtool-1.3.5_1 < needs updating (port has 1.3.5_2) libtool-1.4.3_2 < needs updating (port has 1.4.3_3) libxml-1.8.17_1 < needs updating (port has 1.8.17_2) libxml2-2.6.8 = up-to-date with port My "guess" is, when I first set up my FreeBSD 4.9R machine, I used packages, and now I'm compiling ports. If you install a package and then update it via the ports tree, doesn't it understand that it's updating a package? I have cvsup'd the ports tree, and I've run pkgdb -F to correct things. Everything is running pretty good too (although I still have Mozilla). Thanks in advance for your responses. -gerry