VMware “undefined symbol: g_get_user_special_dir” error SOLVED
Sunday, November 18th, 2007 at 11:47 pm
| 4,893 views
| trackback url
Tags: linux, VMware
Tags: linux, VMware
If you’re using the latest version of VMWare Workstation, and try to configure it to boot to an ISO image file, VMWare will crash with the following error message:
/usr/lib/vmware/bin/vmware: symbol lookup error: /usr/lib/gtk-2.0/2.10.0/filesystems/libgnome-vfs.so: undefined symbol: g_get_user_special_dir
To solve this problem, simply launch VMWare with the following variable in your environment:
VMWARE_USE_SHIPPED_GTK=no vmware
Now you’ll get proper, working VMWare Workstation, using your native GTK+ on the system.