10 Jul
2010
10 Jul
'10
9:53 p.m.
On 10.7.2010, at 19.51, Timo Sirainen wrote:
When you specify --prefix=P it puts its libraries under P/lib/dovecot and programs under P/libexec/dovecot.
Yes, because again the typical use case is --prefix=/usr, and Dovecot definitely shouldn't put its plugins to /usr/lib
Actually this isn't a good idea in any case, especially with v2.0:
prefix/lib/ contains libdovecot*.so libraries prefix/lib/dovecot/ contains plugins
Perhaps there should be a separate --plugindir parameter for that. You'd then have:
/opt/dovecot/lib /opt/dovecot/lib/plugins
or something.