[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



Hi, and thx for the answer.

The version is Debian Unstable x86_64

mcgreg@pegasos:~$ ldd /usr/lib/libgdk-x11-2.0.so.0 | grep libXrandr
libXrandr.so.2 => /usr/local/lib/libXrandr.so.2 (0x00007f87d4fdc000)
mcgreg@pegasos:~$ dpkg -l libxrandr\* | awk '/^i/{print$1,$2,$3}'
ii libxrandr-dev 2:1.3.0-2
ii libxrandr2 2:1.3.0-2

I am using fglrx ati driver, might that cause the problem?

Greets
Greg


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}'




Reply to: