我的系统是64位的Ubuntu 8.04。
我顺利的运行了google earth的安装文件Google*.bin
成功的安装好了google earth
然而,在运行google earth时却出错了。报下面的错误
Google Earth detected an error while trying to authenticate
Please check the following:
- your network connection (can you get to ?)
- your firewall settings (are you blocking /home/matt/google-earth-bin?)
Error code: 29
For more information, visit:
?answer=20717
google earth提示错误的
实际上是应为google earth是32位的,而系统是64位。
在网上搜索了一些,很多用户竟然安装的时候就报这个29的错误了
解决办法:
为了让32位的软件在64位系统上运行,需要安装两个32位的库文件
在新力的里选上"ia32-libs","lib32nss-mdns",安装上就可以了。
而我之所以能顺利安装上是因为,我已经装了一个"ia32-libs",而缺了"lib32nss-mdns"。
安装这两个库以后,启动正常,终于能在linux下用上google earth了。