memcached-1.1.13-prerelease. Help test!

Marcos Della mdella at cstone.com
Sun Sep 10 21:34:57 UTC 2006


Ok, did the build on Solaris 10_x86 and had the following problem:
 
gcc -DNDEBUG -g -O2 -I/include  -L/lib -o memcached  memcached.o slabs.o items.o assoc.o daemon.o -lmalloc -lnsl -lsocket -levent 
Undefined                       first referenced
 symbol                             in file
inet_aton                           memcached.o
ld: fatal: Symbol referencing errors. No output written to memcached
collect2: ld returned 1 exit status
 
So I added the "-lresolv" to the libraries and now it correctly linked using your 1.1.13-pre code dated back in Apr 2006.  I haven't run it yet, but at least I finally have a version that compiles and links.
 
Marcos
 


More information about the memcached mailing list