[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: liblua5.1-gtk-0 problem



On Sat, Mar 13, 2010 at 12:34:55AM +0100, Florian Kulzer wrote:
> On Fri, Mar 12, 2010 at 04:25:05 +0100, Martin wrote:
> I have no experience with lua, but your error messages seem to tell me
> that the libraries cannot be loaded because they have undefined symbols
> that the linker cannot find anywhere else.
>  
> > I can not think of anything why is example program not able
> > to run. Do I need to install something else?
> 
> You are missing some pretty elementary things, such as
> g_type_fundamental, which should be provided by a library from
> libglib2.0-0. This package is a dependency of libgtkhtml2-0, so it
> should be present on your system. Please post the output of:
> 
>   dpkg -l libgtkhtml2-0 | awk '/^[^D|+]/{print $1,$2,$3}'
>   nm -D /usr/lib/libgobject-2.0.so.0 | grep g_type_fundamental
>   ldconfig -pNX | grep libgobject-2.0.so.0

Here are outputs:

$ dpkg -l libgtkhtml2-0 | awk '/^[^D|+]/{print $1,$2,$3}'
ii libgtkhtml2-0 2.11.1-2

$ nm -D /usr/lib/libgobject-2.0.so.0 | grep g_type_fundamental
00021c90 T g_type_fundamental
000230d0 T g_type_fundamental_next

$ /sbin/ldconfig -pNX | grep libgobject-2.0.so.0
        libgobject-2.0.so.0 (libc6) => /usr/lib/libgobject-2.0.so.0

Does anybody successfuly use liblua5.1-gtk-0 ?

Martin


Reply to: