标签:check ubuntu code nss nbsp libxml ml2 apt ror
1、Libxml错误
error: libxml2 not found. Please check your libxml2 installation.
ubuntu解决办法
sudo apt-get install libxml2 sudo apt-get install libxml2-dev
如果遇到
Unable to locate package libxml2-dev
麻烦更新一下
sudo apt-get update
2、PCRE library
configure nginx的时候
error: the HTTP rewrite module requires the PCRE library
安装包
sudo apt-get install libpcre3 libpcre3-dev sudo apt-get install openssl libssl-dev
标签:check ubuntu code nss nbsp libxml ml2 apt ror
原文地址:https://www.cnblogs.com/xuweiqiang/p/11909116.html