Dear all, I got a problem when using saslpasswd in which everytime I run that program I got Segmentation Fault. Example : ------- [eros]/export/home/cyrus-sasl/sbin> ./saslpasswd cyrus Password: Again (for verification): Segmentation Fault -------
I compiled the cyrus-sasl with these options : # ./configure --prefix=/export/home/cyrus-sasl --enable-shared # --with-dblib=none --enable-cram --enable-digest --disable-krb4 # --disable-gssapi --disable-anon --enable-plain # --with-plugindir=/export/home/lib/ I already tried to change the dblib to gdbm, and berkeley, but it still resulted the same problem, when I run saslpasswd. The platform I'm using is : [eros]/export/home/tmp/cyrus-sasl-1.5.27> uname -a SunOS eros 5.8 Generic_108528-11 sun4u sparc SUNW,Ultra-1 [eros]/export/home/tmp/cyrus-sasl-1.5.27> while the gcc version is : [eros]/export/home/tmp/cyrus-sasl-1.5.27> gcc -v Reading specs from /opt/gnu/lib/gcc-lib/sparc-sun-solaris2.7/2.95.2/specs gcc version 2.95.2 19991024 (release) [eros]/export/home/tmp/cyrus-sasl-1.5.27> Berkeleydb, was installed at /export/home/ and the version is [eros]/export/home/bin> ./db_stat -V Sleepycat Software: Berkeley DB 3.3.11: (July 12, 2001) [eros]/export/home/bin> This is a test workstation, in which I'm testing to install the cyrus-imap there before we install it on the real production server. Thanks in advance for your suggestion or help