courier-authlibをconfigreしようとした時に
---------------
configure: error: Cannot find either the gdbm or the db library.
---------------
dnfでgdbmをインストールしましたが同じエラーが続きます。
---------------
dnf install gdbm
---------------
どうやら
gdbm-develが必要なようなので、
---------------
dnf install gdbm-devel
---------------
でgdbm-develを入れてconfigureし直したら無事configureできました。