Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Jul 2006 14:07:11 +0300
From:      Andy Fawcett <andy@athame.co.uk>
To:        freebsd-ports@freebsd.org
Cc:        Mark Ovens <marko@freebsd.org>
Subject:   Re: graphics/kamera: undefined symbol
Message-ID:  <200607081407.11956.andy@athame.co.uk>
In-Reply-To: <44AEA84B.2060903@freebsd.org>
References:  <44AEA84B.2060903@freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Friday 07 July 2006 21:30, Mark Ovens wrote:
> I've installed kdegraphics-kamera-3.5.3_1 (graphics/kamera) but when
> I try to run it from Kcontrol it gives this error:
>
> /libexec/ld-elf.so.1: /usr/local/lib/libgphoto2_port/0.6.1/ptpip.so:
> Undefined symbol "libintl_dgettext"
>
> Looks like a library version issue but I've brought all my ports up
> to date as of ~4 hours ago and the problem still exists.
>
> Can anyone point me to the cause and, even better, know how to fix
> it?

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.

-- 
Andy Fawcett                                     | andy@athame.co.uk
                                                 | tap@kde.org
"In an open world without walls and fences,      | tap@lspace.org
  we wouldn't need Windows and Gates."  -- anon  | tap@fruitsalad.org



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200607081407.11956.andy>