nginx - When compiling and installing pcre-8.37, a warning message warning: relinking...is there any problem?
PHP中文网
PHP中文网 2017-05-16 17:21:27
0
1
1385

Before compiling and installing nginx, you need to install pcre. When pcre-8.37 is compiled and installed, a warning message appears:

libtool: warning: relinking 'libpcreposix.la'
...
...
libtool: warning: relinking 'libpcrecpp.la'

What's wrong with this warning message? Does it matter?

In addition: pcre has two versions, the latest ones are pcre-8.37 and pcre2-10.20. Although a warning message appears during installation of pcre-8.37, nginx can be installed successfully. If you install pcre2-10.20, the installation of nginx will fail. Why?

PHP中文网
PHP中文网

认证0级讲师

reply all(1)
小葫芦

nginx does not support pcre2

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!