|
看了几篇关于安装 firefox1.5 的文章,试过都不成功。 后来找到了一篇外国的文章,自己修改了一个下安装的方法,结果用上了! 共享给一些向我这样的新手! 哈哈
$ tar -xzvf firefox-1.5.tar.gz
$ cd firefox
Test Firefox:
$ sh ./firefox
If you get the error:
SCIM: im_module_init
free(): invalid pointer 0x8265a30!
free(): invalid pointer 0x8265a08!
or
*** glibc detected *** double free or corruption (out): 0×08c033a0 ***
click here and look at the section called “workaround”.
By running GTK_IM_MODULE=xim ./firefox you should be able to get around this error.
If you get the following error, you must install libstdc++5:
Error: ./firefox-bin: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory.
To install libstdc++5, as su type:
$ urpmi libstdc++5 (see urpmi)
Test again:
$ sh ./firefox
If you are successful, right click on the Firefox icon on your panel (taskbar) and select properties.
Click the application tab, and change “Command:” to read:
/[tarurl]/firefox/firefox %u
**Note** If you had the *** glibc detected *** error, change “Command:” to read:
GTK_IM_MODULE=xim /[tarurl]/firefox/firefox %u
[tarurl] 是指解压 Firefox 的位置!
---------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------
另外,想请教一下,Gaim的问题。
我在安装了 MDA2006 自带那个 Gaim 1.5 ,然后下载 openq 0.32。 按照网上的文章进行安装,但是无法成功!
因为无法找到 gaim.pc 这个文件! 有其他办法么。 觉得用 LumaQQ 和 EVA 太麻烦了,一次过用Gaim 会方便些! |
|