How to debug warning: SASL authentication failure: could not verify password?

Ivan Richwalski ivan at seppuku.net
Sat Sep 27 10:41:53 EDT 2014


On 9/27/14 12:59 AM, paul at odysen.com wrote:
> How did you do this? which user would you install this from? wouldn't 
> installing the from source overwrite some of the files?
I configured cyrus-sasl using these options:

$ ./configure --prefix=/tmp/local CFLAGS=-m64 CXXFLAGS=-m64 LDFLAGS=-m64 \
         --with-plugindir=/opt/local/lib/sasl2 
--with-configdir=/opt/local/etc/sasl2

After running "make install", all the files I built are in /tmp/local, 
but know to look for their config & plugins under Joyent's /opt/local 
tree. Then as root I make a backup of the old 
/opt/local/lib/libsasl2.so.2.0.25, and copied 
/tmp/local/lib/libsasl2.so.2.0.25 into /opt/local/lib.

Ivan.


More information about the Cyrus-sasl mailing list