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

Re: symbol lookup error: /usr/lib/libgdk-x11-2.0.so.0: undefined symbol: XRRGetScreenResourcesCurrent



On Sun, Apr 26, 2009 at 11:07:54 +0200, Gregor Galwas wrote:
>
> Hi,
>
> I recently updated X on my debian x86 system.

Which version of Debian?

> Now with every gtk application I want to use, I get
>
> symbol lookup error: /usr/lib/libgdk-x11-2.0.so.0: undefined symbol:  
> XRRGetScreenResourcesCurrent
>
> (/usr/lib/openoffice/program/soffice.bin: symbol lookup error:  
> /usr/lib/libgdk-x11-2.0.so.0: undefined symbol:  
> XRRGetScreenResourcesCurrent)
>
> error.
>
> Icedove, xchat, openoffice and actually all gtk stuff refuses to work.

AFAICT, XRRGetScreenResourcesCurrent is defined in libXrandr, therefore
it would be interesting to see the output that you get for these two
commands:

ldd /usr/lib/libgdk-x11-2.0.so.0 | grep libXrandr

dpkg -l libxrandr\* | awk '/^i/{print$1,$2,$3}'

-- 
Regards,            | http://users.icfo.es/Florian.Kulzer
          Florian   |


Reply to: