checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for pcre-config... no
checking for pcre location... not found
configure: error: Cannot find pcre library. Configure --with-pcre=DIR
[root@localhost ~]#
编译命令
cd /tmp/[和谐]-libev
./configure && make && make install
Update 1
yum -y install pcre-devel
之后出现
configure: error: Cannot find `asciidoc` in PATH.
checking whether to build static libraries... yes
checking for pcre-config... no
checking for pcre location... not found
configure: error: Cannot find pcre library. Configure --with-pcre=DIR
[root@localhost ~]#
编译命令
cd /tmp/[和谐]-libev
./configure && make && make install
Update 1
yum -y install pcre-devel
之后出现
configure: error: Cannot find `asciidoc` in PATH.