Finally I get the memcached installed with cyrus-sasl, but I get an issue with "make test":
libevent thread cumulative 13200 Thread stats cumulative 13016 ./testapp 1..47 ok 1 - cache_create ok 2 - cache_constructor ok 3 - cache_constructor_fail ok 4 - cache_destructor ok 5 - cache_reuse ok 6 - cache_redzone ok 7 - issue_161 ok 8 - strtol ok 9 - strtoll ok 10 - strtoul ok 11 - strtoull ./memcached-debug: error while loading shared libraries: libsasl2.so.3: cannot open shared object file: No such file or directory the libsasl2.so.3 can't found, in fact this file is present in /usr/local/lib/libsasl2.so.3 how to do now ? Best regards, On Tuesday, April 9, 2013 4:38:24 PM UTC+8, [email protected] wrote: > > When I try to install the memecached as wifi guide: > https://code.google.com/p/memcached/wiki/NewInstallFromSource > > cd /opt > wget http://memcached.googlecode.com/files/memcached-1.4.15.tar.gz > tar -zxvf memcached* > cd /opt/memcached* > > ./configure --prefix=/opt/memcached --enable-sasl > > But I got the error: > > checking sasl/sasl.h usability... no > checking sasl/sasl.h presence... no > checking for sasl/sasl.h... no > checking for SASL_CB_GETCONF... no > checking for library containing sasl_server_init... no > configure: error: Failed to locate the library containing sasl_server_init > > > Seems not installed the sasl, but after issued below commands: > apt-get install libsasl2-2 sasl2-bin libsasl2-modules > > I still get the same error, please help me how to do ? I'm new to linux. > > Best regards, > > -- --- You received this message because you are subscribed to the Google Groups "memcached" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
