RNJ> Compiled from latest source, by make -f Makefile.bsd REGEX=pcre
RNJ> DEBUG= COPTS.generic="-Os -fomit-frame-pointer" (no mgnu)
Just getting caught up on this thread and the fact it's on Freebsd. :-)
Since you're not using gmake, you have to watch out that the
Makefile.bsd sets additional compile flags by default that might be
causing some issues. It's set for openbsd as a default with a tight
memory environment.
Give the following compilation string a try (all one line) to stop the
shrinking of the buffers.
make -f Makefile.bsd
TARGET=freebsd
REGEX=pcre
DEBUG=
COPTS.freebsd="-O2 -DENABLE_POLL -DENABLE_KQUEUE"
SMALL_OPTS=
Also, can you do the output of "haproxy -vv"?
Cheers,
Ross.
--