Comment #8 on issue 121 by ehetzner: Values with certain keys are not stored on solaris sparc with libevent 1.4.3
http://code.google.com/p/memcached/issues/detail?id=121

Thanks for addressing this issue. Unfortunately the patch doesn't seem to work for me due to an error with ld; and this again triggers the problem of the machine being identified as little-endian.

The essential issue is that any error compiling or running the endianness test will result in the configure script believing that the machine is little-endian.

I have committed a change to autoconf to return 96 as the exit status when the endianness is little. This will distinguish between a little-endian machine and an error.

https://github.com/egh/memcached/commit/52fd0c7ca17e46c36ea07cfb3c692619a653f499


Reply via email to