我在服务器上安装了uwsgi。但是当我无法使用命令uwsgi -x django_socket.xml时。 它说
uwsgi: invalid option -- 'x'
getopt_long() error
有人告诉我,我应该重建它,因为我在没有xml支持的情况下构建uwsgi。然后我检查uwsgi文档。 然后我再次下载Django-2.0.4.tar.gz,因为我上次安装后删除它。 我用命令重建它:
python uwsgiconfig.py --build
我看到了一份报告
pcre = True
kernel = Linux
malloc = libc
execinfo = False
ifaddrs = True
ssl = True
zlib = True
locking = pthread_mutex
plugin_dir = .
timer = none
yaml = embedded
json = False
filemonitor = inotify
routing = True
debug = False
capabilities = False
xml = False
event = epoll
但它似乎不起作用,xml仍然是假的。我该怎么办?
答案 0 :(得分:1)
安装libxml2或expat开发头并重新运行make。构建系统将自动检测其可用性