dovecot-libsodium-plugin
dovecot-libsodium-plugin copied to clipboard
Configure fails
Hello I am trying to install your plugin on ubuntu but I get this error
configure:
configure: Use --with-dovecot=DIR to provide the path to the dovecot-config file.
It seems like configure can not automatically find the path to the file dovecot-config in your system. Please provide the path using the suggested --with-dovecot=DIR option.
had the same problem on debian9
you have to install libsodium-dev
build-essential
dovecot-dev
. on debian i assume you have to use the sury.org repo, because he ships most current libsodium
libs
@razzbee see also https://github.com/LuckyFellow/dovecot-libsodium-plugin/issues/6#issuecomment-350849536