I am new to the memcached and would like to know whether there is already available executable that i can use straight away instead of building and going though the hassle of compilation issues/library issues. I would appreciate any body who might know any link that provides the binary executable for x86 solaris operating system.
I have downloaded the tar file from the below link and tried to make by installing the GCC compiler, but i am getting the following error why i tried to do the ./configure. http://code.google.com/p/memcached/downloads/detail?name=memcached-1.4.5.tar.gz&can=2&q And i have downloaded the libevent after i see the error, trying to build, but it is not working. http://www.monkey.org/~provos/libevent/ Configure command is configuring the env fine without any errors. But when i tried to do the make, i am getting the following... $ make make all-recursive Making all in . Making all in include Making all in sample Making all in test make all-am error that i am getting is .... Any help is appreciated.... thanks
