我在Centos从cli运行雷鸟。我拿着这个
$ thunderbird
/usr/lib64/thunderbird/thunderbird: symbol lookup error: /usr/lib64/thunderbird/libxul.so: undefined symbol: gdk_window_get_visual知道吗?
发布于 2015-02-16 07:19:29
如果未安装GDK-Pointbuf2.x86_64包,则会出现此错误。运行yum install gdk-pixbuf2.x86_64来解决我的案例中的问题。
发布于 2015-04-20 09:34:29
https://stackoverflow.com/questions/26889291
复制相似问题