installing memcached on hp-ux

2010-10-05 Thread mca
Hello I am having problem installing memcached on my hp-ux box. I have installed libevent-1.4.11-stable with configure make make- install But running ./configure on memcached-1.4.5 fails stating that it can't find libevent. Exact error message is "checking for libevent directory... configure: error

Re: installing memcached on hp-ux

2010-10-05 Thread Dustin
On Oct 5, 12:44 am, mca wrote: > Hello I am having problem installing memcached on my hp-ux box. > I have installed libevent-1.4.11-stable with configure make make- > install > But running ./configure on memcached-1.4.5 fails stating that it can't > find libevent. > Exact error message is "checki

Re: installing memcached on hp-ux

2010-10-05 Thread Murat Can ALPAY
I think this is the relavent part of the config.log : configure:5551: gcc -std=gnu99 -o conftest -g -O2 -pthread -I/usr/local/include -I/usr/local/include -L/usr/local/lib conftest.c -levent >&5 In file included from /usr/include/inttypes.h:688, from /usr/include/stdint.h:18,

Re: installing memcached on hp-ux

2010-10-05 Thread Dustin
On Oct 5, 1:25 am, Murat Can ALPAY wrote: > I think this is the relavent part of the config.log : > configure:5551: gcc -std=gnu99 -o conftest -g -O2 -pthread > -I/usr/local/include -I/usr/local/include  -L/usr/local/lib  conftest.c >  -levent >&5 > In file included from /usr/include/inttypes.h:

Re: installing memcached on hp-ux

2010-10-05 Thread Murat Can ALPAY
adding stdarg.h makes compile pass, I'll edit the configure script and see anything else fails thanks On Tue, Oct 5, 2010 at 11:59 AM, Dustin wrote: > > On Oct 5, 1:25 am, Murat Can ALPAY wrote: > > > I think this is the relavent part of the config.log : > > configure:5551: gcc -std=gnu99 -o co

Re: installing memcached on hp-ux

2010-10-05 Thread Murat Can ALPAY
This time 'make' failed with, again I assume its something to do with headers I guess though it just states warning exits with an error: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -DNDEBUG -g -O2 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredun dant-decls -MT memcach

Re: installing memcached on hp-ux

2010-10-05 Thread Murat Can ALPAY
I removed the -Wall from the Makefile added the stdarg.h to memcached.h and cache.c now the daemon seems to be running... I'll try and see if my application functions the same thanks On Tue, Oct 5, 2010 at 1:38 PM, Murat Can ALPAY wrote: > This time 'make' failed with, again I assume its somethi

Suggestion required to add addition memcache capacity without losing the existing memcache data

2010-10-05 Thread subbu
Hi, We are on the edge of utilizing 80% of memcache RAM provided to our application. Hence, we are planning to double the memcache capacity by adding two additional servers. At present, we are using 4 memcache servers, the application is using java spymemcached client by defining an array of four

Re: Suggestion required to add addition memcache capacity without losing the existing memcache data

2010-10-05 Thread Dustin
On Oct 5, 9:51 am, subbu wrote: > Hi, > > We are on the edge of utilizing 80% of memcache RAM provided to our > application. Hence, we are planning to double the memcache capacity by > adding two additional servers. > > At present, we are using 4 memcache servers, the application is using > java

Issue 158 in memcached: Single packet DoS on UDP channel

2010-10-05 Thread memcached
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 158 by marcolslaviero: Single packet DoS on UDP channel http://code.google.com/p/memcached/issues/detail?id=158 What steps will reproduce the problem? 1. Download attached script 2. Start a memcached server on a UDP port 3. Ru