For some time now I have been frustrated with Google Earth Version 7.1.1.1871 not showing panorama images that had been loaded onto the map. If I clicked on an image, I got a white blank square. I had an older version which, after entering the location I wanted to investigate, gave me the "Invalid HTTP address" message. I could position using a mouse and this version would allow me to see images which the latest version refused to do.
So I have been caught between a rock and a hard place. I have finally found a solution which I hope is or use to others. I have tested this solution on both Kubuntu 13.04 and 13.10 and it works to my satisfaction.
On my systems, I had Google Earth already installed and I removed it by using the Muon Package Manager. Next, I downloaded google-earth-stable_6.0.3.2197-ro_amd64.deb from here. I installed it by simplying clicking on the package. For one of my systems I had to issue the command
for the installation to complete.
The final step was to rename the file /opt/google/earth/free/libcurl.so.4 to /opt/google/earth/free/libcurl.so.4bk. The idea to do this came from here. At this site you will see all the alternative approaches that were tried.
Considering the latest version has been out for about 9 months, Google has been really slow at fixing the problems with 7.1.1.1871
So I have been caught between a rock and a hard place. I have finally found a solution which I hope is or use to others. I have tested this solution on both Kubuntu 13.04 and 13.10 and it works to my satisfaction.
On my systems, I had Google Earth already installed and I removed it by using the Muon Package Manager. Next, I downloaded google-earth-stable_6.0.3.2197-ro_amd64.deb from here. I installed it by simplying clicking on the package. For one of my systems I had to issue the command
Code:
sudo dpkg --configure -a
The final step was to rename the file /opt/google/earth/free/libcurl.so.4 to /opt/google/earth/free/libcurl.so.4bk. The idea to do this came from here. At this site you will see all the alternative approaches that were tried.
Considering the latest version has been out for about 9 months, Google has been really slow at fixing the problems with 7.1.1.1871
Comment