Closed GoogleCodeExporter closed 9 years ago
See: https://github.com/clojurewerkz/spyglass/issues/11#issuecomment-33469770
It's blocking the upgrade of this lib.
Original comment by antonio....@gmail.com
on 28 Jan 2014 at 11:49
--enable-sasl is in the configure help so far as I know. Runtime enable options
are documented.
If you run --enable-sasl, run make (like you've done there), and then run
"prove t/binary-sasl.t". Do the tests pass?
Since your other statement talks about errors with the magic values, that means
you're probably not talking to memcached with the right protocol. SASL support
is only in the binary protocol. This has nothing to do with compiling the
program.
Original comment by dorma...@rydia.net
on 28 Jan 2014 at 5:57
Thanks for your reply and for following trough the issue on github!
I was connecting with a binary connection, however I didn't setup any sasl auth
just yet and I was connecting without username/password.
I'll close this issue and if I get some time I'll try to setup sasl on my mac
(or get everything working on a linux vm..)
cheers
Original comment by antonio....@gmail.com
on 29 Jan 2014 at 9:11
actually closing this issue now.
Original comment by dorma...@rydia.net
on 16 Apr 2014 at 7:54
Original issue reported on code.google.com by
antonio....@gmail.com
on 28 Jan 2014 at 11:48