系统:centos 5.4 64位
varnish:2.1.3
 
安装编译的时候出现一下错误:
checking for library containing pthread_create... -lpthread
checking for socket in -lsocket... no
checking for getaddrinfo in -lnsl... yes
checking for cos in -lm... yes
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。我安装nginx的时候用到了pcre 安装了的。后又重新安装。错误依旧在。Google  原来是ldconfig 都不行。 后终于找到解决办法:
export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
你再编辑 成功!
  good luck!