Jdesk / memcached

Automatically exported from code.google.com/p/memcached
0 stars 0 forks source link

can't install Memcached 1.4.5 #133

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I have the following error when I execute make :
In french :
testapp.c: Dans la fonction « test_safe_strtoul »:
testapp.c:166: AVERTISSEMENT: constante décimale est tellement grande
qu'elle est non signée
make[2]: *** [testapp.o] Erreur 1

In English :
testapp.c: In function " test_safe_strtoul ":
testapp.c:166: WARNING: constant decimal is so big and unsigned
make [2]: *** [Testapp.o] Error 1] 

Configuration : redhat Linux  2.4.21-47.ELsmp i686 athlon i386 GNU/Linux

Original issue reported on code.google.com by hzi...@gmail.com on 22 Apr 2010 at 11:42

GoogleCodeExporter commented 9 years ago
What OS is this (specific redhat version)?  I've not seen this error before.

Original comment by dsalli...@gmail.com on 22 Apr 2010 at 4:29

GoogleCodeExporter commented 9 years ago
That looks like redhat enterprise linux version 3 (RHEL3)?

If so, we're sorry but the toolchains on there are simply too old to run a 
modern
version of memcached. You may try running a very old version of the 1.2 or 1.1
series, but we rely on C99 support now.

I'm assuming this from your kernel version, if this is wrong let us know.

Original comment by dorma...@rydia.net on 22 Apr 2010 at 5:28

GoogleCodeExporter commented 9 years ago
Think you for your comments

Yes you 're right i succes to install memcached 1.4.5 when i changed my OS to 
Linux 
2.6.18-8.el5PAE i686 athlon i3  86 GNU/Linux. The problem is that i get this 
error
when i try to get a value from my memcached <<Exception in thread "main"
net.spy.memcached.internal.CheckedOperationTimeoutException: Timed out waiting 
for
operation - failing node: /xx.xxx.x.xx:11211 >>

Original comment by hzi...@gmail.com on 26 Apr 2010 at 8:04