Reputation: 11
I've been trying to configure GSSAPI and Cyrus SASL, following this guide.
It seems pretty straightforward, except for the very first step, "1. Compile the Cyrus-SASL distribution with the GSSAPI plugin for your favorite GSS-API mechanism."
I can't figure this out, and I have nowhere else to go. I've looked through the output of "./configure --help" to try to understand how to include certain plugins, but it isn't made obvious if the options I enter while configuring are valid or not. For example, I can type "./configure --enable-asdf" and it goes through without a hiccup. So I have no idea if I'm doing things properly, or even close to, when trying to set this up.
Things I've tried: "./configure --enable-gssapi" (amongst many slight and vast variations to this command). After configuring and running "make" and "make install", I've tried entering "pluginviewer | grep -i gssapi" to see if I have the GSSAPI mechanism installed. Sure enough, I do not.
Upvotes: 1
Views: 625