Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1302291
  • 博文数量: 416
  • 博客积分: 10495
  • 博客等级: 上将
  • 技术积分: 4258
  • 用 户 组: 普通用户
  • 注册时间: 2005-04-23 22:13
文章分类

全部博文(416)

文章存档

2015年(7)

2014年(42)

2013年(35)

2012年(14)

2011年(17)

2010年(10)

2009年(18)

2008年(127)

2007年(72)

2006年(23)

2005年(51)

分类:

2008-03-28 01:41:21

 
此版本不需要另外安装Java。
note:我没有AIX 5L V5.3扩展包光盘和 AIX Toolbox for Linux Applications 光盘,故而相关软件需要到IBM官方网站上面去下载。
如果有相关光盘,可以省去许多麻烦。
My OS and Browser Edition Info.
# oslevel -s
5300-05-06
Mozilla browser:V1.7.13.0,English-US
Note:This version requires AIX 5L.

AIX 5L V5.3 发行说明中关于Browser的说明信息
AIX 5L V5.3 Infomation Center URL(Chinese):

AIX 5L V5.3 发行说明 URL:

摘录:
AIX Web 浏览器到 Mozilla 的转换
AIX 5L V5.3 支持 Mozilla Web 浏览器 V1.7.0.12(或更高版本),它是 AIX 的缺省 Web 浏览器。可以订购 CD 介质上随 AIX 提供的浏览器版本。最新的版本可以从以下 Web 站点免费下载:

Mozilla for AIX 需要 GNOME 库,这些库可以从 AIX Toolbox for Linux Applications CD 或从以下 Web 站点获取:

注:Netscape Communicator V4 在 AIX 5.3 上不受支持。

Web browsers for AIX Edition and Download Info.

Mozilla for AIX is translated into 15 languages. They are available as install images that can be downloaded separately.
Mozilla for AIX implements OJI, the Open Java Interface to AIX Java through the AIX Java Plug-in. See the Mozilla for AIX README.HTML for the supported Java versions.
The Mozilla versions available are: 
 Mozilla 1.7.13 for AIX with translations available as Web download and on the Mozilla for AIX CD that can be ordered with AIX. This version requires AIX 5L.
 Mozilla 1.4.2 for AIX with translations available as Web download. This version requires AIX 5L.
The Mozilla Firefox versions (64 bit) available are: 
 Mozilla Firefox 1.5.0.6 for AIX with translations available as Web download and on the Mozilla Firefox for AIX CD that can be ordered with AIX. This version requires AIX 5L V5.2 and later.
***********************************************************************************************
Doadload URL:
Mozilla 1.7.13 and Mozilla 1.4.2:

Mozilla Firefox 1.5.0.6 64-bit

都需要IBM注册帐号,才能继续下载。我这里用的是V1.7.13.0版。

解压缩
下载成功后,上传到服务器,然后解压缩。
gunzip -c Mozilla.base.tar.gz|tar xvf -
必要的软件包
解压后,进入Firefox目录,查看README.install,其中提到一些前提软件包。
1. Before Firefox(64 bit) can be installed, the prerequisite RPMs from the
Firefox CD or from the AIX Toolbox for Linux Applications must be installed.
The specific 64 bit RPMs required by Firefox are the following:
atk-1.4.0-1.aix5.1.ppc.rpm
expat-1.95.7-1.aix5.1.ppc.rpm
fontconfig-2.2.2-3.aix5.1.ppc.rpm
freetype2-2.1.7-2.aix5.1.ppc.rpm
gettext-0.10.40-1.aix5.1.ppc.rpm
glib-1.2.10-2.aix4.3.ppc.rpm
glib2-2.2.3-3.aix5.1.ppc.rpm
gtk2-2.2.4-4.aix5.1.ppc.rpm
gtk+-1.2.10-4.aix5.1.ppc.rpm (AIX Toolbox CD) or gtkplus-1.2.10-4.aix5.1.ppc.rpm (FTP site)
libjpeg-6b-6.aix5.1.ppc.rpm
libpng-1.2.1-6.aix5.1.ppc.rpm
libtiff-3.6.1-2.aix5.1.ppc.rpm
pango-1.2.5-1.aix5.1.ppc.rpm
xft-0.0-0.aix5.1.ppc.rpm
xrender-0.0-0.aix5.1.ppc.rpm
zlib-1.2.2-4.aix5.1.ppc.rpm
If you have access to the Internet and are not behind a proxy server, try
running the download-prerequisites.sh script which is extracted along with
these instructions in the Mozilla.base.tar.gz file. This script will use the
AIX ftp command to download all of the required RPMS to the current directory.
(我没有用,可以尝试一下)
The above RPMs can also be found on the following website:
 
Before installing the prerequisites from the AIX Toolbox, please ensure that
there is adequate space in the /opt file system on AIX. Installing all of the
RPMS requires about 75 MB of free space in /opt.
执行df -mv /opt命令检查/opt目录是否有至少75M的空闲空间,根据需要,执行chfs -a size=+100M /opt命令增加空间。
用下列脚本检查上述软件包是否安装:
rpm -q \
atk \
expat \
fontconfig \
freetype2 \
gettext \
glib \
glib2 \
gtk2 \
gtk+ \
libjpeg \
libpng \
libtiff \
pango \
xft \
xrender \
zlib
在下面提供的URL上可以下载上述要求的软件包,全部下载完成后,上传到服务器一个单独的目录,执行rpm -Uvh *.rpm安装。

软件包安装完成后,再次执行脚本检查是否成功安装。

安装Mozilla Firefox
切换到Firefox.base解压后的目录,执行以下命令进行安装:
installp -acgNXY -d . Mozilla.base.rte

启动mozilla
#mozilla
 
java支持
AIX自带java版本为1.4.2,可以满足Mozilla V1.7.13.0的要求。
检查/usr/mozilla/base/plugins/libjavaplugin_oji.so 链接是否存在,一下命令供参考。
ln -s /usr/java14/jre/bin/libjavaplugin_oji.so \
      /usr/mozilla/base/plugins/libjavaplugin_oji.so
     
其他设置
           
    Follow the steps above to install Mozilla. Once Mozilla is installed, it can be set as the default browser by running:
   smitty change_documentation_services  (AIX 5L V5.3)     - or -
   smitty change_default_browser         (AIX 5L V5.1 and V5.2)
    Specify /usr/bin/mozilla as the default browser command. This will set the DEFAULT_BROWSER environment variable used by the defaultbrowser script.
    The configuration will be effective after the next login.
 
 
阅读(2907) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~