yum install mod_pythonLoaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: mirrors.btte.net
* extras: mirrors.btte.net
* updates: mirror.neu.edu.cn
Setting up Install Process
No package mod_python available.
Error: Nothing to do
如题,出现了上述的问题,该怎么解决呢????
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
错误提示很清楚了
yum源里是没有
mod_python的,你需要先安装EPEL(Extra Packages for Enterprise Linux),之后再进行yum安装具体方法自己搜下吧,网上很多,不知道你是什么操作系统,什么版本
直接在网上找一个rpm包,直接用rpm -ivh xxx.rpm方式安装。ps:源码安装其实也很简单,一般的步骤都是
安装epel yum源
rpm -ivh http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm