On 01/06/2010 08:46 AM, Ján Sáreník wrote:
Hello!
On current trunk (r896256) I am getting this error
after compiling --with-swig (see attachment) and
running 'make check'.
Best regards, Jan Sarenik
---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project: http://qpid.apache.org
Use/Interact: mailto:[email protected]
The problem is that you've built without the cyrus-sasl-devel. The
client in that test tries to set the user-id header with information
extracted from the sasl context (which isn't there). This test should
be disabled in the --without-sasl case.
-Ted