pcre.h: No such file or directory
编译swoole扩展出现
fatal error: pcre.h: No such file or directory
原因是缺少pcre,需要安装libpcre
ubuntu/debian:
apt-get install libpcre3 libpcre3-dev
centos/redhat:
yum install pcre-devel
编译swoole扩展出现
fatal error: pcre.h: No such file or directory
原因是缺少pcre,需要安装libpcre
apt-get install libpcre3 libpcre3-dev
yum install pcre-devel