nginx 提示错误:./configure: error: the HTTP XSLT module requires the libxml2/libxslt

解决办法:

sudo apt-get install libxml2 libxml2-dev libxslt-dev
sudo apt-get install libgd2-xpm libgd2-xpm-dev

你可能感兴趣的:(Linux基础)