LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   Installing Google Earth on Sid 64 bit. (https://www.linuxquestions.org/questions/debian-26/installing-google-earth-on-sid-64-bit-4175417876/)

Hungry ghost 10-26-2012 09:29 PM

Thanks! I purged all the nvidia packages from Sid and installed the driver from testing as well as the nvidia-glx-ia32 package. Tried launching GoogleEarth and got the message telling I had no libGL.so.1 on my system (again). So I followed a link in Spanish suggesting to download libGL.so.1 from a launchpad link and copy it to /opt/google/earth/free. I did so, and the program now works with some glitches, but at least it's usable.

Regards.

273 10-27-2012 07:12 AM

You should be able to use the driver from Sid, I only use the ia32 packages from testing and everything appears to work.

tux9656 10-27-2012 09:39 AM

Copying some random version of a file is not a very good solution. Have you tried installing libgl1-mesa-glx:i386? From this link (http://packages.debian.org/search?su...rds=libGL.so.1) it appears that libGL.so.1 is found in this package.

Hungry ghost 10-27-2012 10:08 AM

Quote:

Originally Posted by 273 (Post 4816095)
You should be able to use the driver from Sid, I only use the ia32 packages from testing and everything appears to work.

Alright, I'll upgrade the driver to the one in Sid's repos then. Thanks for the suggestion.


Quote:

Originally Posted by tux9656 (Post 4816171)
Copying some random version of a file is not a very good solution. Have you tried installing libgl1-mesa-glx:i386? From this link (http://packages.debian.org/search?su...rds=libGL.so.1) it appears that libGL.so.1 is found in this package.

You're right, I don't like to download random files from the net either. I tried some packages containing libGL.so.1 some days ago, but I don't remember if I tried libgl1-mesa-glx:i386. I'll try it when I get home and let you know how it goes. Thanks for your help.

273 10-28-2012 08:07 AM

You shouldn't need to manually download any files. Adding testing to your sources.list enables using testing packages from apt-get.

Hungry ghost 11-02-2012 06:07 PM

Hi again,

Sorry for the late reply, I've had a busy week and I haven't had the time to tinker with this. I'll try when I have some time and post back.

Thanks for your help folks, it's really appreciated.

273 11-08-2012 01:45 PM

A recent dist-upgrade has broken 32 bit support again -- this time the nvidia-related packages.
So, no more Google Earth or Second Life for me for a year or so unless I move to Xubuntu :(.

Hungry ghost 11-11-2012 09:18 PM

Well, after some tinkering I finally solved the problem installing libgl1-nvidia-glx:i386. It removed libgl1-nvidia-alternatives-ia32, libgl1-nvidia-glx-ia32 and nvidia-glx-ia32, but solved all the problems I was having with GoogleEarth. Have you tried installing it?

273 11-12-2012 12:31 AM

There was an issue with one of the 32 bit packages and it wouldn't install - it has been solved now so all is well again.

macabro22 01-16-2013 07:07 PM

Thanks to Odiseo
 
Thanks Odiseo! That has solved my problem as well. I also had to place a link into the google earth folder:
Code:

GLaDOS:/opt/google/earth/free# ln -s /usr/lib/i386-linux-gnu/nvidia/libGL.so.1

Hungry ghost 01-17-2013 11:29 AM

Quote:

Originally Posted by macabro22 (Post 4871798)
Thanks Odiseo! That has solved my problem as well. I also had to place a link into the google earth folder:
Code:

GLaDOS:/opt/google/earth/free# ln -s /usr/lib/i386-linux-gnu/nvidia/libGL.so.1

Good, glad it worked for you!

273 01-25-2013 10:27 AM

Oops, meant to say it's working again (it was solved a couple of days after my last post to this thread and I thought I'd posted but looks like I didn't). I've not been brave enough to try but Google Earth may now even work in Sid without the Testing libraries.

273 03-29-2013 04:51 PM

Note to self: "Running apt-get dist-upgrade then blindly hitting 'y' <enter> is not a good idea."
Broken again by my stupidity. A few times a dist-upgrade has wanted to remove google-earth but I've said "no" and waited and things have been solved so hopefully it'll be the same this time.
All this because Google can't package a 64 bit version and Sid doesn't seem to have multi-arch working yet.
I wonder whether other distros are going through this?

Hungry ghost 03-30-2013 06:10 PM

Quote:

Originally Posted by 273 (Post 4921295)
Note to self: "Running apt-get dist-upgrade then blindly hitting 'y' <enter> is not a good idea."
Broken again by my stupidity. A few times a dist-upgrade has wanted to remove google-earth but I've said "no" and waited and things have been solved so hopefully it'll be the same this time.

FWIW, I applied my daily upgrades about one hour ago and didn't have any issues, so probably they fixed whatever was causing the removal of Google Earth (on the Debian repos side). Maybe doing a dist-upgrade after refreshing the list of packages, followed by a Google Earth reinstall will fix it for you? (In case you haven't fixed it already).

273 03-30-2013 06:24 PM

Thanks, I dist-upgraded a few hours ago ans saw nothing so thought it wasn't yet sorted. However, I just dist-upgraded again to be sure (and just got a bash update) and was able to install ia32-libs and ia32-libs-gtk (which I hadn't noticed was missing also) without having to use "-t testing" and reinstall google-earth.
So, now to investigate whether I still need the testing repos at all. Or, perhaps, ia32-libs has been removed from Sid entirely now so apt has to grab it from testing.

Edit: Wasn't thinking there, sorry, I think the issue was that one of the dependencies of ia32-libs (libsqlite[something], I think) wasn't present until some point today. So, obviously, my dist-upgrade wouldn't show anything related to the problem since this package had been removed.


All times are GMT -5. The time now is 11:21 PM.