[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Start von VMWare Server geht nicht - no version information available (required by /usr/lib/libcairo.so.2



Hallo Marc!

danke für den Tipp. Nun geht es bei mir auch.
Ich habe allerdings nicht das vmware Skript geändert sondern dazu ein wrapper 
Skript geschrieben, so daß das Original-Skript nicht immer wieder geändert 
werden muss:

--- $HOME/bin/vmware ---
#!/bin/bash

export LD_PRELOAD=/usr/lib/libdbus-1.so.3
exec /opt/VMware-server-1.0.0-28343/bin/vmware
---

Gruß
Reiner

Am Mittwoch, 15. November 2006 19:31 schrieb Marc Schröder:
> schau mal etwa 1 monat rückwärts in dieser liste
>
> mein workaround:
> sr-3:/usr/src/linux# head -n 22 `which vmware`
> #!/bin/sh
> #
> # Copyright 2005 VMware, Inc.  All rights reserved.
> #
> # Wrapper for the real 'vmware' binary. Ensure that the binary will find
> # all the shared libraries it needs. If a shared library is not
> available from any
> # of the standard system-wide locations, we provide it from the location
> where
> # the VMware software is installed. --hpreg
> #
>
> # BEGINNING_OF_DB_DOT_SH
> #!/bin/sh
>
> #
> # Manage an installer database
> #
>
> # work around for bug:
> # https://launchpad.net/distros/ubuntu/+source/hal/+bug/59232
> LD_PRELOAD=/usr/lib/libdbus-1.so.3
> export LD_PRELOAD
>
>
> marc
>
> Reiner Nix wrote:
> > Hi,
> >
> > ich habe gerade auf meinem Debian Testing mit Kernel 2.6.18-1-686 den
> > VMWare Server installiert.
> >
> > Nachdem ich noch in der Datei
> >   /usr/src/linux/include/linux/version.h
> > Die folgende Zeile eingetragen habe:
> >   #define UTS_RELEASE "2.6.18-1-686"
> > lief die Installation ok.
> >
> > Aber vmware lässt sich nicht starten:
> >
> > /opt/VMware-server-1.0.0-28343/bin/vmware
> > /opt/VMware-server-1.0.0-28343/lib/vmware/bin/vmware:
> > /opt/VMware-server-1.0.0-28343/lib/vmware/lib/libpng12.so.0/libpng12.so.0
> >: no version information available (required by /usr/lib/libcairo.so.2)
> > /opt/VMware-server-1.0.0-28343/lib/vmware/bin/vmware:
> > /opt/VMware-server-1.0.0-28343/lib/vmware/lib/libpng12.so.0/libpng12.so.0
> >: no version information available (required by /usr/lib/libcairo.so.2)
> > /opt/VMware-server-1.0.0-28343/lib/vmware/bin/vmware:
> > /opt/VMware-server-1.0.0-28343/lib/vmware/lib/libpng12.so.0/libpng12.so.0
> >: no version information available (required by /usr/lib/libcairo.so.2)
> >
> >
> > Hat jemand einen Tipp?
> >
> >
> > Gruß
> > Reiner



Reply to: