在Apache服务器上安装mod-wsgi时出错

Emb*_*wag 7 mod-wsgi apache2 python-2.7

当我开始这个步骤时,我正在安装mod-wsgi并遵循本指南:

要根据Apache的安装将Apache模块安装到Apache模块的标准位置,请运行:

make install
Run Code Online (Sandbox Code Playgroud)

但是当我跑步时,sudo make install我得到了这个错误

wrong number of arguments to instdso.sh
Usage: instdso.sh SH_LIBTOOL-value dso-name path-to-modules
apxs:Error: Command failed with rc=65536
Run Code Online (Sandbox Code Playgroud)

我尝试在网上搜索此错误,但找不到任何东西和mod-wsgi的安装问题页面根本没有谈论这个错误.知道什么可能是错的吗?

小智 16

我意识到这是一个老问题,但万一其他人偶然发现了这个问题......

尝试再次运行./configure并重试sudo make install.它解决了我的问题.祝好运.