Hi, I am trying to build memcached-1.2.6 with libevent-1.4.11 on a Solaris update 7 machine. I am using the exact same flags, configure, etc as I did when using libevent-1.3b but for what ever reason, it isn't recognizing the new lib event.
CC=cc CXX=CC CFLAGS="-xarch=amd64" CXXFLAGS="-xarch=amd64" LDFLAGS="-L/ usr/lib/amd64 -L/usr/ucblib/amd64 -R/usr/lib/amd64 -R/usr/ucblib/ amd64" ./configure --with-libevent=/home/tools/thirdparty/ libevent-1.4.11-u7/built/sol-amd64-ss && make checking for a BSD-compatible install... ./install-sh -c 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/ Has anyone else had this problem? Thanks
