Philipp Kolmann
2007-Jul-06 12:48 UTC
[Dovecot] modules/imap/lib02_imap_quota_plugin.so: undefined symbol: quota_set
Hi, I wanted to enable FS quota support in dovecot, and have configured the following directives: protocol imap { mail_plugins = imap_quota } plugin { quota = fs } With this additional settings, my normally working dovecot.conf doesn't start anymore: Starting mail server: dovecotEdlopen(/usr/lib/dovecot/modules/imap/lib02_imap_quota_plugin.so) failed: /usr/lib/dovecot/modules/imap/lib02_imap_quota_plugin.so: undefined symbol: quota_set Error: imap dump-capability process returned 89 I have tested this issue on the following versions: * Debian etch: 1.0.rc15 * RedHat AS 5: 1.0.rc15 * Debian sid: 1.0.0 Thanks for any help in this issue. Philipp Kolmann -- If you have problems in Windows: REBOOT If you have problems in Linux: BE ROOT
Charles Marcus
2007-Jul-06 12:53 UTC
[Dovecot] modules/imap/lib02_imap_quota_plugin.so: undefined symbol: quota_set
> I have tested this issue on the following versions: > > * Debian etch: 1.0.rc15 > * RedHat AS 5: 1.0.rc15 > * Debian sid: 1.0.0Isn't it considered best practices to not report a bug unless/until you have tested something on the current shipping/stable version (1.0.1), as opposed to an older test version that has known problems? I do believe a *lot* of quota stuff was fixed after rc15... -- Best regards, Charles
Nicolas Boullis
2007-Jul-06 12:58 UTC
[Dovecot] modules/imap/lib02_imap_quota_plugin.so: undefined symbol: quota_set
Hi, Quoting Philipp Kolmann <kolmann at zid.tuwien.ac.at>:> Hi, > > I wanted to enable FS quota support in dovecot, and have configured the > following directives: > > protocol imap { > mail_plugins = imap_quotaThe imap_quota plugin depends on the quota plugin. You should try mail_plugins = quota imap_quota Cheers, Nicolas
Philipp Kolmann
2007-Jul-06 13:50 UTC
[Dovecot] modules/imap/lib02_imap_quota_plugin.so: undefined symbol: quota_set
On Fri, Jul 06, 2007 at 02:58:58PM +0200, Nicolas Boullis wrote:> Hi, > > Quoting Philipp Kolmann <kolmann at zid.tuwien.ac.at>: > > >Hi, > > > >I wanted to enable FS quota support in dovecot, and have configured the > >following directives: > > > >protocol imap { > > mail_plugins = imap_quota > > The imap_quota plugin depends on the quota plugin. You should try > mail_plugins = quota imap_quotathanks Nicolas, that was the trick. Philipp PS: It gives the same error msg with 1.0.1.... -- If you have problems in Windows: REBOOT If you have problems in Linux: BE ROOT