<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On 17 December 2013 06:36, Diep, David (OCTO-Contractor) <span dir="ltr"><<a href="mailto:David.Diep@dc.gov" target="_blank">David.Diep@dc.gov</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">CC="gcc" CFLAGS="-g -O2 -Wall -Wno-unused -Wno-pointer-sign -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I`pwd`/include -DCLIENTONLY=1 -DLOCALCLIENT=1</blockquote>

<div><br></div><div>^^^</div><div><br></div><div>Any reason why you opted for client-side configuration instead of the (default) server-side aka central mode?  I think if you build it with server-side config, it will work.</div>

<div><br></div><div>The reason it's failing is there seems to be a bug in the makefile creation that sets PCREINCDIR to "-l" instead of a valid directory or empty.  You can probably get further with this:</div>

<div><br></div><div>$ make PCREINCDIR=""</div><div><br></div><div>But there seems to be other problems.  So I'd recommend using server-side configuration.</div><div><br></div><div>J</div><div><br></div></div>

</div></div>