I am attempting to compile courier-imap on Ubuntu Natty in order to change compiled-in options. Even though Courier is installed in the system, including the courier-authlib package (using apt-get), ./configure
stops with the following warnings:
configure: WARNING: === Courier authentication library not found.
configure: WARNING: === You need to download and install
configure: WARNING: === http://www.courier-mta.org/download.php#authlib first.
configure: WARNING: === If courier-authlib is installed in a non-default
configure: WARNING: === directory, set the COURIERAUTHCONFIG environment
configure: WARNING: === variable to the full path to the courierauthconfig
configure: WARNING: === binary and rerun this configure script.
I find /usr/bin/courier-config
and /usr/bin/couriertls
binaries and courier libraries in /usr/lib/courier-authlib/
, but I cannot find a binary named courierauthconfig
. Is it necessary to compile and install the courier authentication library even though it has already been installed by apt-get?