From owner-freebsd-ports@FreeBSD.ORG Sat Jul 8 14:23:10 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2BEA416A4E1 for ; Sat, 8 Jul 2006 14:23:10 +0000 (UTC) (envelope-from marko@freebsd.org) Received: from pih-relay06.plus.net (pih-relay06.plus.net [212.159.14.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id 274A443D6E for ; Sat, 8 Jul 2006 14:23:05 +0000 (GMT) (envelope-from marko@freebsd.org) Received: from [80.229.231.20] (helo=[192.168.1.4]) by pih-relay06.plus.net with esmtp (Exim) id 1FzDi2-0007ji-5I; Sat, 08 Jul 2006 15:23:02 +0100 Message-ID: <44AFC073.4020702@freebsd.org> Date: Sat, 08 Jul 2006 15:25:55 +0100 From: Mark Ovens User-Agent: Thunderbird 1.5.0.4 (X11/20060707) MIME-Version: 1.0 To: Andy Fawcett References: <44AEA84B.2060903@freebsd.org> <200607081407.11956.andy@athame.co.uk> In-Reply-To: <200607081407.11956.andy@athame.co.uk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: graphics/kamera: undefined symbol X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 14:23:10 -0000 Andy Fawcett wrote: > It's a funky little bug, but for now you can get round it by preloading > libintl: > > env LD_PRELOAD=libintl.so kcmshell kamera > > I'm not sure what the correct solution would be, I've not had time to > investigate that. > A. > Thanks Andy, that's done the trick. If you do find the correct solution can you post it please? Regards, Mark