![Ubuntu下Google Earth出现乱码的解决方法[图文]](/upimg/allimg/20140101/02/1727108403.jpg)
Google Earth正在启动/图1
在前面的Ubuntu 8.10下安装Google Earth(Google 地球 5.0 测试版)这篇文章中(见http://www.linuxidc.com/Linux/2009-02/18391.htm),大家已经学会安装了吧,执行sudo /opt/google-earth//googleearth启动试试,行吗?好象不行,出现如图2的错误。
![Ubuntu下Google Earth出现乱码的解决方法[图文]](/upimg/allimg/20140101/02/1727108404.jpg)
图2
难道Linux公社所说的不对吗?不是,这个商业软件依旧是自带了一大堆系统里已有的库,默认在 Ubuntu 8.10 下Google Earth自带的 libcrypto.so 跟系统 libssl 不兼容,所以无法启动。
那我们需要到Google Earth的安装文件夹中,将libcrypto.so.0.9.8改名为任意其它名字或者直接删除掉就可以了,见图3看到libcrypto.so.0.9.8了吗,我就直接删除掉。
![Ubuntu下Google Earth出现乱码的解决方法[图文]](/upimg/allimg/20140101/02/1727108405.jpg)
图3
怎么删除呢?见图4。
![Ubuntu下Google Earth出现乱码的解决方法[图文]](/upimg/allimg/20140101/02/1727108406.jpg)
图4
这步操作的目的是保证Google Earth使用系统安装的libcrypto。现在终于可以启动了。
此文章由 http://www.ositren.com 收集整理 ,地址为: http://www.ositren.com/htmls/61981.html