C and C++ Runtime

  | 转载时请务必以超链接形式标明文章原文链接和作者信息及本版权声明。
原文链接:http://www.liaojl.com/archives/2010/06/aix-c-runtime.html

在AIX系统中使用ImagicMagic时,报错提示找不到libxlsmp.a

Cannot load module libxlsmp.a(smprt.o).

发现C/C++ Runtime并没有安装,访问 http://www.ibm.com/support/us/en/ 网站,搜索以下关键字:

xlC.rte 11.1.0.0
xlcpp.rte
xlcpp.util

下载安装包:

xlcpp.rte.11.1.0.aix.base.tar.Z
xlcpp.util.11.1.0.aix.base.tar.Z
xlc.rte.111.aix53TL7-61.apr2010.ptf.tar

上传到AIX系统中,然后解压缩:

uncompress *.Z
tar xvf xlc.rte.111.aix53TL7-61.apr2010.ptf.tar
tar xvf xlcpp.rte.11.1.0.aix.base.tar
tar xvf xlcpp.util.11.1.0.aix.base.tar

注意:以上三个文件放在不同子目录中,然后依次安装。

smit installp

Leave a comment

Archives

Creative Commons License
This blog is licensed under a Creative Commons License.