Unexplained Segmentation Fault

Rob Siemborski rjs3 at andrew.cmu.edu
Tue Jul 15 09:25:46 EDT 2003


On Tue, 15 Jul 2003 guildencrantz at mindless.com wrote:

>
> > That being said, try upgrading to a more recent version of SASL (eg,
> > 2.1.14).  There have been a lot of bugfixes since 2.1.7.
> >
>
> taking your advice I have tried to install sasl 2.1.14, but I can't get
> it to come compile.  DAH!

Apply the following patch (from CVS) to saslauthd/mechanisms.h:

===================================================================
RCS file: /afs/andrew.cmu.edu/system/cvs/src/sasl/saslauthd/mechanisms.h,v
retrieving revision 1.7
diff -u -r1.7 mechanisms.h
--- mechanisms.h        14 May 2003 18:32:23 -0000      1.7
+++ mechanisms.h        3 Jul 2003 20:08:20 -0000
@@ -52,7 +52,7 @@
  * Figure out which optional drivers we support.
  */
 #ifndef AUTH_KRB5
-# if defined(HAVE_KRB5_H)
+# if defined(HAVE_GSSAPI)
 #  define AUTH_KRB5
 # endif
 #endif


-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Rob Siemborski * Andrew Systems Group * Cyert Hall 207 * 412-268-7456
Research Systems Programmer * /usr/contributed Gatekeeper





More information about the Info-cyrus mailing list