Comment #6 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
I just verified on a V490. This is still an issue. You need to use
--with-libevent=/path and otherwise not have a copy of libevent in the
standard path. In other words, if you fail to pass --with-libevent=...,
your ./configure should fail:
checking for libevent directory... configure: error: libevent is
required. You
can get it from http://www.monkey.org/~provos/libevent/
If it's already installed, specify its path using --with-libevent=/dir/
When you then pass --with-libevent=..., ./configure will misidentify the
architecture as little-endian:
checking for endianness... little
Do you need a new diff for configure.ac?