Re: [mapserver-users] memcache and mapcache

2015-04-21 Thread Travis Kirstine
running # cmake -DWITH_MEMCACHE=1 # make # make install # ldconfig fixed the issue Thanks!! On Tue, Apr 21, 2015 at 12:25 PM, thomas bonfort wrote: > Travis, > that means the cmake configuration step didn't pick up the apr-memcache > headers, either because they are not installed, or becau

Re: [mapserver-users] memcache and mapcache

2015-04-21 Thread thomas bonfort
Travis, that means the cmake configuration step didn't pick up the apr-memcache headers, either because they are not installed, or because you did not specify -DWITH_MEMCACHE=1 -- thomas On 21 April 2015 at 16:37, Travis Kirstine wrote: > I have a issue with memcache and mapcache. > > [root@wmt

Re: [mapserver-users] memcache and mapcache

2015-04-21 Thread Travis Kirstine
I just installed memcached with apr-utils using yum (centos 6.5) and it appears to be working when I connect via telnet cat /etc/sysconfig/memcached PORT="11211" USER="memcached" MAXCONN="4096" CACHESIZE="5120" OPTIONS="" I haven't modified the httpd.conf for memcache in any way, should I? Ma

Re: [mapserver-users] memcache and mapcache

2015-04-21 Thread Alex Mandel
On 04/21/2015 07:37 AM, Travis Kirstine wrote: > I have a issue with memcache and mapcache. > > [root@wmts2 mapcache]# /etc/init.d/httpd start > Starting httpd: Syntax error on line 1058 of /etc/httpd/conf/httpd.conf: > failed to add cache "memcache": memcache support is not available on this > bu

[mapserver-users] memcache and mapcache

2015-04-21 Thread Travis Kirstine
I have a issue with memcache and mapcache. [root@wmts2 mapcache]# /etc/init.d/httpd start Starting httpd: Syntax error on line 1058 of /etc/httpd/conf/httpd.conf: failed to add cache "memcache": memcache support is not available on this build