Problem in installing Memcache in linux( RHEL)

2009-09-04 Thread rajiv
Hi All, I am facing problem in installing memcache on RHEL. It is giving error in Make command. I am pasting the error of the command below. Please help me out. mcached_debug-stats.o memcached_debug-util.o memcached_debug-cache.o - lgcov -levent /usr/bin/ld: cannot find -lgcov

Re: Problem in installing Memcache in linux( RHEL)

2009-09-04 Thread Trond Norbye
Please file an issue at http://code.google.com/p/memcached/issues/list We don't have a builder running RHEL, so we cannot detect such problems before releasing. If you would like us to test on RHEL during development, please consider hosting a builder for us. For more information about

Problems building memcached 1.4.0+ on Centos 5 i386

2009-09-04 Thread Vladimir
Building either 1.4.0 on 1.4.1 on Centos 5 i386 yields following error memcached.c:3845:1: error: embedding a directive within macro arguments is not portable memcached.c:3851:1: error: embedding a directive within macro arguments is not portable make[2]: *** [memcached-memcached.o] Error 1

Re: Problems building memcached 1.4.0+ on Centos 5 i386

2009-09-04 Thread Vladimir Vuksan
My mistake. I should have started a new message. Forgot about References. Vladimir On Fri, 4 Sep 2009, Dustin wrote: This looks helpful (though we don't have any builders that reproduce it). Please file a bug. And in general, please don't use the reply button to start a new topic.

Re: Problems building memcached 1.4.0+ on Centos 5 i386

2009-09-04 Thread Dustin
This looks helpful (though we don't have any builders that reproduce it). Please file a bug. And in general, please don't use the reply button to start a new topic. It's kind of rude to hijack someone else's thread for something unrelated. On Sep 4, 6:54 am, Vladimir vli...@veus.hr

Issue 88 in memcached: Problems building on Centos 5 due to embedding a directive within macro arguments

2009-09-04 Thread codesite-noreply
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 88 by vli...@veus.hr: Problems building on Centos 5 due to embedding a directive within macro arguments http://code.google.com/p/memcached/issues/detail?id=88 Trying to build memcached 1.4.0+ on Centos 5 i386 yields

Issue 88 in memcached: Problems building on Centos 5 due to embedding a directive within macro arguments

2009-09-04 Thread codesite-noreply
Comment #1 on issue 88 by seth.johnson: Problems building on Centos 5 due to embedding a directive within macro arguments http://code.google.com/p/memcached/issues/detail?id=88 I had the same issue on CentOS 5 x86_64. -- You received this message because you are listed in the owner or CC

Re: Flush Not Working

2009-09-04 Thread Benjamin Lim
Also, the only way I've been able to successfully flush it is with: sudo echo 'flush_all' | nc localhost 11211 which produces the following output: 12 new client connection 12 flush_all 12 OK 12 connection closed. Almost the same as the other output except without the 0 after flush_all On

Re: Flush Not Working

2009-09-04 Thread Benjamin Lim
I fixed this by upgrading from Memcached 1.2.2 to 1.2.8

Re: Fwd: [Bug 519375] New: rpmbuild of memcached-1.4.0-1 fails on RHEL-5

2009-09-04 Thread dormando
Ah, I missread, nevermind. On Fri, 4 Sep 2009, Paul Lindner wrote: FYI - same issue recently reported also reported in fedora bugzilla. -- Forwarded message -- From: bugzi...@redhat.com Date: Wed, Aug 26, 2009 at 4:55 AM Subject: [Bug 519375] New: rpmbuild of

Re: Fwd: [Bug 519375] New: rpmbuild of memcached-1.4.0-1 fails on RHEL-5

2009-09-04 Thread Vladimir
It could have something to do with the architecture. In my case I have same versions of gcc for both i386 and x86_64 ie. gcc-4.1.2-44.el5 gcc-c++-4.1.2-44.el5 libgcc-4.1.2-44.el5 x86_64 works, i386 doesn't. Digging deeper looks like the problem is in following option