学霸
发布时间:2015-04-21 18:39:22
python installtar -xvf Python-2.5.2.tar.bz2cd Python-2.5.2./configure "no acceptable C compiler found in $PATH"/* found that this phenomenon is caused due to no compiler */yum install gcc "No package gcc available"/* found that this phenomenon is caused due to yum source */rpm -qa |g.........【阅读全文】
发布时间:2015-04-01 13:31:12
工具包下载地址:https://collaboration.opengroup.org/pegasus/pages.php?action=show&ggid=392open pegasus install for linux脚本文件pegs_linux.sh点击(此处)折叠或打开#!/bin/bashexport BUILD_ROOT=/home/xiaoheiexport PEGASUS_HOME=$BUI.........【阅读全文】