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

paul at odysen.com paul at odysen.com
Sat Sep 27 14:29:48 EDT 2014


Ivan Richwalski <ivan at seppuku.net> wrote ..
> 
> 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.

Running make install I ran into the following issue.

digestmd5.c:1094:32: error: expected expression before ')' token
digestmd5.c:1096:5: warning: passing argument 1 of 'memcpy' makes pointer from integer without a cast [enabled by default]
/usr/include/iso/string_iso.h:78:14: note: expected 'void *' but argument is of type 'int'
digestmd5.c:1103:32: error: expected expression before ')' token
digestmd5.c:1105:5: warning: passing argument 1 of 'memcpy' makes pointer from integer without a cast [enabled by default]
/usr/include/iso/string_iso.h:78:14: note: expected 'void *' but argument is of type 'int'
digestmd5.c: In function 'parse_server_challenge':
digestmd5.c:3633:10: warning: variable 'IsUTF8' set but not used [-Wunused-but-set-variable]
make[1]: *** [digestmd5.lo] Error 1
make[1]: Leaving directory `/home/admin/cyrus-sasl-2.1.25/plugins'
make: *** [install-recursive] Error 1





More information about the Cyrus-sasl mailing list