Koozali.org: home of the SME Server

[Solved] VMware - Missing libs

Offline william_syd

  • ****
  • 1,608
  • +0/-0
  • Nothing to see here.
    • http://www.magicwilly.info
[Solved] VMware - Missing libs
« on: November 04, 2007, 07:23:32 AM »
Noted on Nov 3 vmware not working.

Ran the config script.

Code: [Select]
[root@tiger ~]# vmware-config.pl
The correct version of one or more libraries needed to run VMware Server may be
missing.  This is the output of ldd /usr/bin/vmware:
        libm.so.6 => /lib/tls/libm.so.6 (0x009e5000)
        libdl.so.2 => /lib/libdl.so.2 (0x00a0a000)
        libpthread.so.0 => /lib/tls/libpthread.so.0 (0x00a3e000)
        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 => /usr/lib/libz.so.1 (0x00a2c000)
        libc.so.6 => /lib/tls/libc.so.6 (0x008b7000)
        /lib/ld-linux.so.2 (0x0089d000)

This program cannot tell for sure, but you may need to upgrade libc5 to glibc
before you can run VMware Server.

Very possible the updates I did on Nov 1 might be the cause as I didn't recheck vmware after reboot.

Yum install log is here.... https://secure.magicwilly.info:444/vmware/tigeryumlog.txt

Tried a few things on Nov 4 as per log.

Any ideas?
« Last Edit: November 05, 2007, 09:38:36 AM by william_syd »
Regards,
William

IF I give advise.. It's only if it was me....

Offline cactus

  • *
  • 4,880
  • +3/-0
    • http://www.snetram.nl
Re: VMware - Missing libs
« Reply #1 on: November 04, 2007, 08:54:10 AM »
Very possible the updates I did on Nov 1 might be the cause as I didn't recheck vmware after reboot.

Yum install log is here.... https://secure.magicwilly.info:444/vmware/tigeryumlog.txt

Tried a few things on Nov 4 as per log.

Any ideas?

Which repositories do you have enabled? As I cannot find any version of fortune in the default repositories. It is in the dag repository, which might mean that this is enabled by default or in your update command. This very likely installed some packages from the dag repository which updated SME Server core packages... Once again: Never enable repositories by default that are explicitly set as disabled in the wiki.

It seems you received a new kernel. Are you sure you executed the reconfigure action (signal-event post-upgrade; signal-event reboot)?

From what version of SME Server did you upgrade?
« Last Edit: November 04, 2007, 08:59:53 AM by cactus »
Be careful whose advice you buy, but be patient with those who supply it. Advice is a form of nostalgia, dispensing it is a way of fishing the past from the disposal, wiping it off, painting over the ugly parts and recycling it for more than its worth ~ Baz Luhrmann - Everybody's Free (To Wear Sunscreen)

Offline william_syd

  • ****
  • 1,608
  • +0/-0
  • Nothing to see here.
    • http://www.magicwilly.info
Re: VMware - Missing libs
« Reply #2 on: November 05, 2007, 07:13:45 AM »
Only standard repos enabled

Non-standard enabled only when needed on the command line.

I think it was a fresh install of 7.2.

The missing files are on the machine.

Code: [Select]
[root@tiger ~]# locate libX11.so.6 libXtst.so.6 libXext.so.6 libXt.so.6 libICE.so.6 libSM.so.6 libXrender.so.1
/usr/X11R6/lib/libX11.so.6.2
/usr/X11R6/lib/libX11.so.6
/usr/X11R6/lib/libXtst.so.6
/usr/X11R6/lib/libXtst.so.6.1
/usr/X11R6/lib/libXext.so.6.4
/usr/X11R6/lib/libXext.so.6
/usr/X11R6/lib/libXt.so.6
/usr/X11R6/lib/libXt.so.6.0
/usr/X11R6/lib/libICE.so.6.3
/usr/X11R6/lib/libICE.so.6
/usr/X11R6/lib/libSM.so.6
/usr/X11R6/lib/libSM.so.6.0
/usr/X11R6/lib/libXrender.so.1
/usr/X11R6/lib/libXrender.so.1.2.2
/usr/lib/vmware/lib/libXrender.so.1
/usr/lib/vmware/lib/libXrender.so.1/libXrender.so.1
« Last Edit: November 05, 2007, 07:19:04 AM by william_syd »
Regards,
William

IF I give advise.. It's only if it was me....

Offline william_syd

  • ****
  • 1,608
  • +0/-0
  • Nothing to see here.
    • http://www.magicwilly.info
Re: VMware - Missing libs
« Reply #3 on: November 05, 2007, 09:37:50 AM »
After some googling found a solution.

Code: [Select]
/sbin/ldconfig  -v /usr/X11R6/lib
Regards,
William

IF I give advise.. It's only if it was me....

Offline cactus

  • *
  • 4,880
  • +3/-0
    • http://www.snetram.nl
Re: VMware - Missing libs
« Reply #4 on: November 05, 2007, 11:13:25 AM »
After some googling found a solution.

Code: [Select]
/sbin/ldconfig  -v /usr/X11R6/lib
I just had another look at your yum log file and noticed a xorg-x11-deprecated-libs to be installed. I think you installed something old as this packages requires your missing files, perhaps it is the only one requiring this file. You could find out by doing this:
Code: [Select]
rpm -q --whatrequires xorg-x11-deprecated-libsI guess they are not marked as deprecated for a reason, perhaps you need to upgrade to another package or something similar.
Be careful whose advice you buy, but be patient with those who supply it. Advice is a form of nostalgia, dispensing it is a way of fishing the past from the disposal, wiping it off, painting over the ugly parts and recycling it for more than its worth ~ Baz Luhrmann - Everybody's Free (To Wear Sunscreen)

Offline william_syd

  • ****
  • 1,608
  • +0/-0
  • Nothing to see here.
    • http://www.magicwilly.info
Re: [Solved] VMware - Missing libs
« Reply #5 on: November 07, 2007, 09:59:29 AM »
Code: [Select]
[root@tiger ~]# rpm -q --whatrequires xorg-x11-deprecated-libs
xorg-x11-deprecated-libs-devel-6.8.2-1.EL.31
[root@tiger ~]#

Anything installed after the 3rd was a shotgun attempt to fix my problem.

Quote
Nov 04 16:23:27 Installed: xorg-x11-deprecated-libs.i386 6.8.2-1.EL.31
Nov 04 16:23:27 Installed: zlib-devel.i386 1.2.1.2-1.2
Nov 04 16:23:28 Installed: freetype-devel.i386 2.1.9-6.el4
Nov 04 16:23:28 Installed: fontconfig-devel.i386 2.2.3-7.centos4
Nov 04 16:23:29 Installed: pkgconfig.i386 1:0.15.0-3
Nov 04 16:23:32 Installed: xorg-x11-devel.i386 6.8.2-1.EL.31
Nov 04 16:23:32 Installed: xorg-x11-Mesa-libGLU.i386 6.8.2-1.EL.31
Nov 04 16:23:33 Installed: xorg-x11-deprecated-libs-devel.i386 6.8.2-1.EL.31
« Last Edit: November 07, 2007, 10:01:56 AM by william_syd »
Regards,
William

IF I give advise.. It's only if it was me....