Le 12/01/2013 00:49, Patrick Serru a écrit :
Le jeudi 10 janvier 2013, François ANDRIOT a écrit :
Le 10/01/2013 03:31, Patrick Serru a écrit :
Thank you, François
Le mercredi 09 janvier 2013, François ANDRIOT a écrit :
Le 08/01/2013 06:29, Patrick Serru a écrit :
Le lundi 07 janvier 2013, François ANDRIOT a écrit :
Le 07/01/2013 15:12, Patrick Serru a écrit : > Hi All, > > If I lauch GE from a Konsol, it gives: > /opt/google/earth/free/google-earth: ./googleearth-bin: /lib/ld-lsb.so.3: > bad ELF interpreter: Aucun fichier ou dossier de ce type > > During some previous installation tryes, I sow that the > problem was coming from a library requested by a component of > Trinity. Can someone tell me, please, how to do to be able to run > Google Earth, while using TDE as windows manager? > > Thank you > Patrick > Hello, it looks like you are installing a 32 bits application on a 64 bits machine. I guess the 32 bits library /lib/ld-lsb.so.3 is missing on your system.
To find which package to install, just type: yum provides /lib/ld-lsb.so.3
Then install the package (I guess the name: yum install redhat-lsb.i686
Francois
Thank you François, The resulting text of the command is attached. The tail of it
being: protection contre les différentes versions de bibliothèques : qt3-3.3.8b-41.fc17.i686 != 1:qt3-3.3.8.d-9.fc17.x86_64
The previous tryed command was
"install redhat-lsb-4.1-5.fc17.i686"...
Cheers
Patrick
I see, yum searches for QT3 3.3.8d for 32 bits, but it is not available in the 64 bits repository. I will fix this in the next Trinity release.
Until then, you can manually download and install the following packages: http://ppa.quickbuild.../qt3-3.3.8.d-9.fc17.i686.rpm .../qt3-config-3.3.8.d-9.fc17.i686.rpm
Then install them: rpm -Uvh qt3-*.i686.rpm
The result is:
[user@lin-pat Telechargements]# rpm -Uvh qt3-*.i686.rpm erreur: Dépendances requises: libXinerama.so.1 est nécessaire pour qt3-1:3.3.8.d-9.fc17.i686 libXrandr.so.2 est nécessaire pour qt3-1:3.3.8.d-9.fc17.i686 libmng.so.1 est nécessaire pour qt3-1:3.3.8.d-9.fc17.i686 libXinerama.so.1 est nécessaire pour t3-config-1:3.3.8.d-9.fc17.i686 libXrandr.so.2 est nécessaire pour qt3-config-1:3.3.8.d-9.fc17.i686 libmng.so.1 est nécessaire pour qt3-config-1:3.3.8.d-9.fc17.i686
Then try again to install redhat-lsb.i686 and then googleearth.
Francois
Patrick
OK you have no 32 bits library at all on your computer. Then try to install the files with yum:
yum localinstall --nogpgcheck qt3-*.i686.rpm
Francois
Hi François, Thank you. Attached is the resultS Cheers
Patrick
Now that QT3 is installed, don't forget to install redhat-lsb.i686
yum install redhat-lsb.i686
Francois