Displaying 2 results from an estimated 2 matches for "dict_transaction_commit".
2005 Dec 12
1
1.0-alpha5 and Plugins
Hi girls,
trying to use the quota and trash plugins with dovecot-1.0-alpha5, but
becomes:
libquota_plugin.so: undefined symbol: dict_transaction_commit
libimap_quota_plugin.so: undefined symbol: quota
libtrash_plugin.so: undefined symbol: quota
by loading the modules
Compiling the source working fine.
Found no crtical messages
Any idea?
Thanks
Dominik Saar
2005 Dec 21
0
1.0 alpha5: Plugin woes: quota/trash
...defined symbol: quota
: dlopen(/usr/local/lib/dovecot/imap/libimap_quota_plugin.so) failed: /usr/local/lib/dovecot/imap/libimap_quota_plugin.so: undefined symbol: quota
: dlopen(/usr/local/lib/dovecot/imap/libquota_plugin.so) failed: /usr/local/lib/dovecot/imap/libquota_plugin.so: undefined symbol: dict_transaction_commit
The source shows that the modules are read by reading the module
directory and loading each of the found .so files. Supposing that
the ordering of the files in the directory is wrong, I've even
recreated the module directory manually, copying the libs into it
in different orders; no change. It...