<p>Hello everyone,</p>
<p>I am currently trying to build Mapcache from source with Memcache caching capabilities. The problem I am having is that when configuring Mapcache I receive this warning:</p>
<p>configure: WARNING: supplied apr-util does not contain memcache functions. Memcache backend disable</p>
<p>I have installed Apache and the apr and apu libraries through apt-get. I also tried on a separate machine building Apache, apr-1.4.6 and apu-1.4.1 from source with the same result.</p>
<p>When I look inside of the apu static library it seems to have the memcache functions:</p>
<p>$ nm libaprutil-1.a | grep memcache</p>
<p>.....<br>
000000000000a00 T apr_memcache_hash<br>
.....</p>
<p>I am relatively new at this so it is quite possible I am making a simple, embarrassing mistake.</p>
<p>If anyone has any suggestions I would be most grateful.</p>
<p>Thank you,</p>
<p>Wyatt</p>