安装varnish的一点报错。

今天编译varnish-2.1 报错:


checking for pkg-config... /usr/bin/pkg-config

checking pkg-config is at least version 0.9.0... yes

checking for PCRE... no

configure: error: Package requirements (libpcre) were not met:

No package 'libpcre' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you

installed software in a non-standard prefix.

Alternatively, you may set the environment variables PCRE_CFLAGS

and PCRE_LIBS to avoid the need to call pkg-config.

See the pkg-config man page for more details.


开始以为没装pcre,于是下载安装后,继续,问题依旧。

后来断定是没有安装pcre-devel的问题,安装完prce-devel后

export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig

解决。

你可能感兴趣的:(职场,休闲,varnish.)