Updates:
Summary: libsocket need for detection of a static version of libevent
Status: Fixed
Comment #3 on issue 214 by [email protected]: libsocket need for
detection of a static version of libevent
http://code.google.com/p/memcached/issues/detail?id=214
If you link with a static version of libevent it will mark the network
functions as unresolved. To fix this we should search for the network
libraries _before_ trying to search for libevent.
People using static archives of libevent should however get out of the dark
ages and start using shared objects ;-)