Re: Building cyrus-sasl on Ubuntu 18.04 with PAM support

Dan White <[email protected]> Wed, 27 Jun 2018 08:34:40 -0500
Newsgroups gmane.comp.security.cyrus.sasl
Message-ID <[email protected]>
On 06/27/18 18:13 +1000, Andrew Bernard wrote:
>A newbie to cyrus-sasl, I am unable to build Cyrus SASL on Ubuntu 18 with
>the --with-pam option. It's very unclear to me what the DIR argument to
>this option should be and what PAM libraries and headers need to be
>installed. Reading the configure script leaves me none the wiser.

From the 'debian/rules' file:

        --with-pam=/usr \

To install necessary build dependencies, do:

apt-get build-dep libsasl2-2