On 03/07/2014 01:18 AM, smartdog wrote:
This may be related:

When I turn on authN
/etc/qpidd.conf
auth=yes
realm=QPID

I got
sudo src/qpidd --daemon --config /etc/qpidd.conf --load-module amqp.so
--log-to-stdout yes --log-to-syslog yes --log-enable info+ --data-dir
/var/qpiddata
[Broker] critical Unexpected error: Requested authentication but SASL
unavailable

I do have a user.
sasldblistusers2 -f /var/lib/qpidd/qpidd.sasldb
test@QPID: userPassword

I installed:
sudo apt-get install sasl2-bin
cyrus-sasl-2.1.26

~/qpid-cpp-0.26/build$ cmake ..
-- Could NOT find Doxygen (missing:  DOXYGEN_EXECUTABLE)
-- Could NOT find VALGRIND (missing:  VALGRIND_EXECUTABLE)
-- Could NOT find SASL (missing:  FOUND_SASL_LIB FOUND_SASL_H)

I think I am missing SASL but how can I get it?

On fedora, the package with the headers is called cyrus-sasl-devel. I think its called 'libsasl2-dev' on debian (or debian based) distributions[1](?) You will also need libsasl2-modules.

[1] Based on https://packages.debian.org/source/wheezy/i386/cyrus-sasl2


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to