Google

AIX5.2安装netscape

2007-06-27 22:23 来源: blog.chinaunix.net/u/5038 作者:寒浪儿港湾 网友评论 0 条 浏览次数 119
安装netscape后,运行:
#netscape
exec(): 0509-036 Cannot load program /usr/netscape/communicator/us/netscape_aix4 because of the following errors
0509-130 Symbol resolution failed for /usr/lib/libi18n.a(shr.o) because:       
0509-136   Symbol __lc_charmap_ptr (number 32) is not exported fromdependent module /usr/netscape/communicator/lib520/libc_r.a(shr.o).
0509-192 Examine .loader section symbols with the
'dump -Tv' command."
解决办法:
mv /usr/netscape/communicator/lib520/libc.a
/usr/netscape/communicator/lib520/libc.a.bk
cp /usr/ccs/lib/libc.a /usr/netscape/communicator/lib520/libc.a
#netscape
ok!!
上一篇: 下一篇:

相关主题:aix5.2  netscape

网友评论