Date: Wed, 03 Jul 2002 20:16:38 +0300 From: Maxim Sobolev <sobomax@FreeBSD.org> To: Joe Marcus Clarke <marcus@marcuscom.com> Cc: gnome@freebsd.org Subject: Re: Recent pango update Message-ID: <3D233176.1AEBFF0A@FreeBSD.org> References: <1025716028.319.65.camel@gyros.marcuscom.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Joe Marcus Clarke wrote: > > For anyone seeing font problems in GNOME 2, can you please make sure to > update to the latest pango revision? I fixed a problem where libc was > being implicitly linked throughout all of GNOME 2. This had some really > good effects for me. For instance, I am now able to use my keyboard in > gcalctool. Heh, ol'good "libc explicitly linked into a shared library" issue, isn't it? Thanks for fixing it. BTW, the following commands could be used to detect such issues before they will drive users crazy: $ find /usr/X11R6/lib -name *.so | xargs ldd | grep libc.so $ find /usr/local/lib -name *.so | xargs ldd | grep libc.so If there are any "libc.so.X => /usr/lib/libc.so.X" lines in the output then you got a problem. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3D233176.1AEBFF0A>