From owner-freebsd-questions@FreeBSD.ORG Mon Apr 5 12:23:07 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 C102016A4CE for ; Mon, 5 Apr 2004 12:23:07 -0700 (PDT) Received: from smtp.owt.com (smtp.owt.com [204.118.6.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E17443D53 for ; Mon, 5 Apr 2004 12:23:07 -0700 (PDT) (envelope-from kstewart@owt.com) Received: from [207.41.94.233] (owt-207-41-94-233.owt.com [207.41.94.233]) by smtp.owt.com (8.12.8/8.12.8) with ESMTP id i35JM58a032012; Mon, 5 Apr 2004 12:22:05 -0700 From: Kent Stewart To: Joshua Lokken Date: Mon, 5 Apr 2004 12:23:06 -0700 User-Agent: KMail/1.6.1 References: <200404051158.06040.kstewart@owt.com> <20040405191308.GB1800@cs025_2k> In-Reply-To: <20040405191308.GB1800@cs025_2k> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200404051223.06090.kstewart@owt.com> cc: Gerry Freymann cc: freebsd-questions@freebsd.org Subject: Re: 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 19:23:07 -0000 On Monday 05 April 2004 12:13 pm, Joshua Lokken wrote: > * Kent Stewart [2004-04-05 12:06]: > > On Monday 05 April 2004 11:51 am, Andrew L. Gould wrote: > > > What would happen if a link called /usr/local/lib/libintl.so.5 > > > was created to point to the existing libintl.so.* file on Gerry's > > > system? > > > > The library interface was changed and cross linking is a really bad > > idea. > > I was able to work around the problem temporarily (on 4-stable) with > the above method (symlink), but Kent is probably right that it's not > an ideal solution. It is worse than that. It is how off by one or many security problems crop up. You call a library function and it doesn't return what you think it was returning. Find out what is wrong and fix the problem. Kent -- Kent Stewart Richland, WA http://users.owt.com/kstewart/index.html