> I notice this is PCRE 8.33 - which is the latest PCRE release available,
> but I doubt Mac OS X ships it. Did you install PCRE 8.33 manually on
> your system? Probably that installation is somehow broken or you have
> a PATH problem somewhere.

PCRE is installed with homebrew as well:

$ brew install pcre
==> Downloading 
ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.33.tar.bz2
==> ./configure --prefix=/usr/local/Cellar/pcre/8.33 --enable-utf8 
--enable-unicode-properties --enable-pcregrep-libz --enable-pcregrep-libbz2 
--enable-jit
==> make
==> make test
==> make install
🍺  /usr/local/Cellar/pcre/8.33: 140 files, 4,0M, built in 31 seconds

$ brew install haproxy --devel
==> Downloading 
http://haproxy.1wt.eu/download/1.5/src/devel/haproxy-1.5-dev18.tar.gz
######################################################################## 100,0%
==> make CC=cc CFLAGS= LDFLAGS= TARGET=generic USE_KQUEUE=1 USE_POLL=1 
USE_PCRE=1 USE_OPENSSL=1 ADDLIB=-lcrypto
🍺  /usr/local/Cellar/haproxy/1.5-dev18: 7 files, 828K, built in 4 seconds

Il'll try to play with the information/flags you gave me, if I find the culprit 
I'll submit a pull request to the homebrew repository with the fix.

Many thanks,

Claudio


Reply via email to