For Solaris, use :

- Libmemcached, both versions:

./configure --without-memcached --disable-dtrace --disable-64bit
gmake

- Compile libevent with :

./configure --prefix=/u/jlozi/usr/
gmake
gmake install

- Compile memcached with :
* Compile/install libevent from source, with --prefix=/u/jlozi/usr

./configure --with-libevent=/u/jlozi/usr/
gmake

- Compile memcached patched with :
* Compile/install autoconf 2.68 (exactly!) from source, update PATH
* Autoconf on Solaris produces a buggy doc/Makefile.in. Generate it on Linux and copy it! (Doesn't seem necessary anymore? Not sure what happened.)

Example:

autoconf
./configure --with-libevent=/u/jlozi/usr/
gmake

