Good morning. I've installed vmplayer on my Maverick+Trinity. Installationrun ok, but vmplayer refuses to start the guest operating system telling it is missing libcanberra-gtk-module.so. However, if try to installlibcanberra-gtk-module using apt-get, this one tells that the package is alreadyinstalled and at the most recent level. Besides, a 'locate' run finds /usr/lib/gtk-2.0/modules/libcanberra-gtk-module.soso, what's really the problem ? Do you know if there is a way to bypass it ? ThanksDaniele Manghi
Am Montag, 29. August 2011 schrieb daniele.manghi@libero.it:
Good morning. I've installed vmplayer on my Maverick+Trinity. Installationrun ok, but vmplayer refuses to start the guest operating system telling it is missing libcanberra-gtk-module.so. However, if try to installlibcanberra-gtk-module using apt-get, this one tells that the package is alreadyinstalled and at the most recent level. Besides, a 'locate' run finds /usr/lib/gtk-2.0/modules/libcanberra-gtk-module.soso, what's really the problem ? Do you know if there is a way to bypass it ? ThanksDaniele Manghi
run strace on your vmplayer and look which library it's really missing.
daniele.manghi@... <daniele.manghi@...> writes:
Good morning. I've installed vmplayer on my Maverick+Trinity. Installation run ok, but vmplayer refuses to start the guest operating system telling it is missing libcanberra-gtk-module.so.ay to bypass it ? Thanks Daniele Manghi
I solved this in Ubuntu 11.10 by adding path
/usr/lib/gtk-2.o/modules
to
/etc/ld.so.conf.d/libc.conf
and running
sudo ldconfig
-pekka-