This worked great, thanks!<div><br></div><div>-Wyatt</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Oct 29, 2012 at 12:54 AM, Eichner, Andreas - SID-NLKM <span dir="ltr"><<a href="mailto:Andreas.Eichner@sid.sachsen.de" target="_blank">Andreas.Eichner@sid.sachsen.de</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
Seems to be a bug in the build system. When linking the test program<br>
it instruct the linker to use a *.la file. Since you checked the<br>
apr_memcache functions manually you can use the following workaround.<br>
<br>
$ echo "ac_cv_lib_aprutil_1_apr_memcache_hash=yes" > config.cache<br>
$ echo "ac_cv_header_apr_memcache_h=yes" >> config.cache<br>
$ ./configure -C --enable-memcache=yes <your_other_switches><br>
<br>
<br>
HTH<br>
<br>
<br>
> -----Ursprüngliche Nachricht-----<br>
> Von: <a href="mailto:mapserver-users-bounces@lists.osgeo.org">mapserver-users-bounces@lists.osgeo.org</a><br>
> [mailto:<a href="mailto:mapserver-users-bounces@lists.osgeo.org">mapserver-users-bounces@lists.osgeo.org</a>] Im Auftrag<br>
> von Wyatt Davis<br>
> Gesendet: Donnerstag, 25. Oktober 2012 19:14<br>
> An: <a href="mailto:mapserver-users@lists.osgeo.org">mapserver-users@lists.osgeo.org</a><br>
> Betreff: [mapserver-users] Building Mapserver with Memcachr Capability<br>
<div class="HOEnZb"><div class="h5">><br>
> Hello everyone,<br>
><br>
> I am currently trying to build Mapcache from source with<br>
> Memcache caching capabilities. The problem I am having is<br>
> that when configuring Mapcache I receive this warning:<br>
><br>
> configure: WARNING: supplied apr-util does not contain<br>
> memcache functions. Memcache backend disable<br>
><br>
> I have installed Apache and the apr and apu libraries through<br>
> apt-get. I also tried on a separate machine building Apache,<br>
> apr-1.4.6 and apu-1.4.1 from source with the same result.<br>
><br>
> When I look inside of the apu static library it seems to have<br>
> the memcache functions:<br>
><br>
> $ nm libaprutil-1.a | grep memcache<br>
><br>
> .....<br>
> 000000000000a00 T apr_memcache_hash<br>
> .....<br>
><br>
> I am relatively new at this so it is quite possible I am<br>
> making a simple, embarrassing mistake.<br>
><br>
> If anyone has any suggestions I would be most grateful.<br>
><br>
> Thank you,<br>
><br>
> Wyatt<br>
><br>
><br>
</div></div></blockquote></div><br></div>