我下载的是install_flash_player_9_linux.tar.gz。
网页支持linux的插件版本我只找到这一个,说明上写的是x86。
然后按照安装说明进行安装,我安装的步骤如下:
# cd install_flash_player_9_linux
# ./flashplayer-installer
之后显示:
ERROR: Your architecture, \'x86_64\', is not supported by the
Adobe Flash Player installer.
我的系统是64位的。
请教我下载的x86版本的插件,为什么会不支持呢?
梦里骑士 于 2008-08-31 00:54:42发表:
谢谢你的回复~我试试~
Version 于 2008-08-31 00:01:26发表:
fedora 8 对于Adobe Flash Player 9不支持x86_64的解决方案针对firefox 3
firefox 3如要使用Adobe Flash Player 9,就要包含它的.so文件
一般的在adobe网站
http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash
上下载了Adobe Flash Player 9,下载的时候有3中下载方案,我们下载第一个就是tar.gz包,然后解压,进入解压的文件夹。
cd directory-adobe flash
[root@BTazuo install_flash_player_9_linux]# ./flashplayer-installer
ERROR: Your architecture, \'x86_64\', is not supported by the
Adobe Flash Player installer.
安装时提示:这个包并不支持64位体系
没有关系,这解压的包里面有两个文件,一个安装的,一个是.so文件,我们把.so文件复制到firefox路径下的plugin目录下,再启动firefox 3就可以了。