I have installed vmware workstation 5.0 on slackware 10.2 successfully. I installed everything as root; and now I can only run vmware as the root user. When I try to run vmware as a standard user I get this error:
Quote:
/usr/lib/vmware/bin/vmware: error while loading shared libraries: libsigc-2.0.so.0: cannot open shared object file: No such file or directory
/usr/lib/vmware/bin/vmware: error while loading shared libraries: libsigc-2.0.so.0: cannot open shared object file: No such file or directory
|
I'm pretty sure this is some kind of a permissions error but i'm not exactly sure how to approach this. Here is the permissions on /usr/lib/vmware/bin/vmware:
Quote:
-r-x------ 1 scott users 6469884 2006-08-10 16:27 /usr/lib/vmware/bin/vmware*
|
And /usr/lib/vmware:
Quote:
drwxrwx--- 2 scott users 4096 2006-08-10 16:27 bin/
drwxrwx--- 2 scott users 4096 2006-08-10 16:27 bin-debug/
-rwxrwx--- 1 scott users 615 2006-08-10 16:27 config*
drwxrwx--- 2 scott users 4096 2006-08-10 16:27 configurator/
drwxrwx--- 2 scott users 4096 2006-08-10 16:27 floppies/
drwxrwx--- 2 scott users 4096 2006-08-10 16:26 help/
drwxrwx--- 3 scott users 4096 2006-08-10 16:26 help-guestinstall/
drwxrwx--- 3 scott users 12288 2006-08-10 16:26 help-manual/
drwxrwx--- 2 scott users 4096 2006-08-10 16:27 isoimages/
drwxrwx--- 37 scott users 4096 2006-08-10 16:27 lib/
drwxrwx--- 4 scott users 4096 2006-08-10 16:27 libconf/
drwxrwx--- 4 scott users 4096 2006-08-10 16:27 licenses/
drwxrwx--- 4 scott users 4096 2006-08-10 16:26 messages/
drwxrwx--- 4 scott users 4096 2006-08-10 16:26 modules/
drwxrwx--- 3 scott users 4096 2006-08-10 16:27 share/
drwxrwx--- 2 scott users 4096 2006-08-10 16:26 xkeymap/
|
I chowned those directories to scott:users (my normal user account) as well as /usr/bin/vmware and ~/.vmware but I still seem to be having permission problems. The error seems to be that I cannot load libsigc-2.0.so.0 as a normal user; what could a work around be? Again when I run vmware as the root user the program works fine.
Just in case it matters i'm running kernel 2.6.17.6 that I downloaded and compiled from kernel.org. In order to get vmware to work with my kernel I had to apply the vmware-any-any-update101.
Thanks.