Volker Kuhlmann wrote:
I have run vmware-any-any-update114 which leads to the following error:

gcc: error trying to exec 'cc1plus': execvp: No such file or directory

Install the compiler completely, not just the preprocessor. (I'd imagine
a compiler doesn't fit onto a 1-CD Linux $DISTRO.)

        libX11.so.6 => not found
        libXtst.so.6 => not found
        libXext.so.6 => not found
        libXt.so.6 => not found
        libICE.so.6 => not found
        libSM.so.6 => not found
        libXrender.so.1 => not found
        libz.so.1 => not found

X11 libraries, the render one I don't know, and the z library aren't
found. 2 Possibilities: You don't have them installed, the fix is
obvious. They are installed but are not found - that looks like a
defective system configuration to me. Run ldconfig -p and check the
output contains these libraries. If yes, vmware doesn't find them, if
no, install them and/or ensure the directories they're in are listed in
/etc/ld.so.conf.
[EMAIL PROTECTED]:/tmp/vmware-server-distrib# ldconfig -p | grep libX11.so.6
       libX11.so.6 (libc6,x86-64) => /usr/lib/libX11.so.6
[EMAIL PROTECTED]:/tmp/vmware-server-distrib# ldconfig -p | grep libXtst.so.6
       libXtst.so.6 (libc6,x86-64) => /usr/lib/libXtst.so.6
[EMAIL PROTECTED]:/tmp/vmware-server-distrib# ldconfig -p | grep libXext.so.6
       libXext.so.6 (libc6,x86-64) => /usr/lib/libXext.so.6
[EMAIL PROTECTED]:/tmp/vmware-server-distrib# ldconfig -p | grep libXt.so.6
       libXt.so.6 (libc6,x86-64) => /usr/lib/libXt.so.6
[EMAIL PROTECTED]:/tmp/vmware-server-distrib# ldconfig -p | grep libICE.so.6
       libICE.so.6 (libc6,x86-64) => /usr/lib/libICE.so.6
[EMAIL PROTECTED]:/tmp/vmware-server-distrib# ldconfig -p | grep libSM.so.6
       libSM.so.6 (libc6,x86-64) => /usr/lib/libSM.so.6
[EMAIL PROTECTED]:/tmp/vmware-server-distrib# ldconfig -p | grep libXrender.so.1
       libXrender.so.1 (libc6,x86-64) => /usr/lib/libXrender.so.1
[EMAIL PROTECTED]:/tmp/vmware-server-distrib# ldconfig -p | grep libz.so.1
       libz.so.1 (libc6,x86-64) => /usr/lib/libz.so.1

so all the files are there.
[EMAIL PROTECTED]:/tmp/vmware-server-distrib# locate libX11.so.6
/usr/lib/libX11.so.6.2.0
/usr/lib/libX11.so.6

Ok, vmware doesn't find them. Either vmware is broken, or ldconfig -p
doesn't show them.
[EMAIL PROTECTED]:/tmp/vmware-server-distrib# cat /etc/ld.so.conf
include /etc/ld.so.conf.d/*.conf

I don't know how to interpret this and reconcile with your comment.

If vmware needs to be fixed you'd need to look at
doctoring the vmware-config.pl etc scripts.
that will easily be beyond me I think :-)
Wild guess: X11 was shifted from /usr/X11R6/lib to /usr/lib, and vmware
is slow on the catchup. You may be able to workaround that by creating a
directory /usr/X11R6 and putting into it a symlink called lib pointing
to /usr/lib.

Volker

Perhaps I will follow the path of finding out why Automatix doesn't work and see if I have better luck...

Thanks for the responses!
Roger





Reply via email to