数据库

本类阅读TOP10

·SQL语句导入导出大全
·SQL Server日期计算
·SQL语句导入导出大全
·SQL to Excel 的应用
·Oracle中password file的作用及说明
·MS SQLServer OLEDB分布式事务无法启动的一般解决方案
·sqlserver2000数据库置疑的解决方法
·一个比较实用的大数据量分页存储过程
·如何在正运行 SQL Server 7.0 的服务器之间传输登录和密码
·SQL中两台服务器间使用连接服务器

分类导航
VC语言Delphi
VB语言ASP
PerlJava
Script数据库
其他语言游戏开发
文件格式网站制作
软件工程.NET开发
AIX下安装Python2.2

作者:未知 来源:月光软件站 加入时间:2005-2-28 月光软件站

有个同事要在AIX5下使用Python脚本,折腾了半天,算是安装上了,总结如下:
1、
 AIX Toolbox for Linux Applications :
http://www-1.ibm.com/servers/aix/products/aixos/linux/download.html
下载:
Python-devel 2.2 License RPM Source The libraries and header files needed for Python extension development.
Python-docs 2.2 License RPM Source Documentation for the Python programming language.
Python-tools 2.2 License RPM Source A collection of development tools included with Python.
Python 2.2 License RPM Source An interpreted, interactive, object-oriented programming language.

readline-devel 4.3 License RPM Source Development files for programs which will use the readline library.
readline 4.3 License RPM Source A library for reading and returning lines from a terminal.

2、下载如下文件:

ftp://ftp.software.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/db/db-3.3.11-3.aix4.3.ppc.rpm
ftp://ftp.software.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/expat/expat-1.95.2-4.aix5.1.ppc.rpm
ftp://ftp.software.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/gdbm/gdbm-1.8.0-5.aix4.3.ppc.rpm
ftp://ftp.software.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/readline/readline-4.3-1.aix5.1.ppc.rpm

3,安装:
登录AIX,用root执行如下命令:
   rpm -ivh db-3.3.11-3.aix4.3.ppc.rpm
   rpm -ivh expat-1.95.2-4.aix5.1.ppc.rpm
   rpm -ivh gdbm-1.8.0-5.aix4.3.ppc.rpm
   rpm -ivh readline-4.3-1.aix5.1.ppc.rpm
环境准备好后,用rpm -ivh 安装Python相关rpm即可。
  
  



相关文章

相关软件