tag 484677 +patch
Ok, I've just taken a look at this and tried this naive patch to one of the
Makefile.ams:
--- dovecot-1.0.14.orig/src/plugins/imap-quota/Makefile.am
+++ dovecot-1.0.14/src/plugins/imap-quota/Makefile.am
@@ -9,6 +9,7 @@
imap_moduledir = $(moduledir)/imap
lib11_imap_quota_plugin_la_LDFLAGS = -module -avoid-version
+lib11_imap_quota_plugin_la_LIBADD = ../quota/lib10_quota_plugin.la
imap_module_LTLIBRARIES = \
lib11_imap_quota_plugin.la
Dovecot now starts
[EMAIL PROTECTED]:/tmp$ sudo /etc/init.d/dovecot restart
Restarting IMAP/POP3 mail server: dovecot.
And it seems to have the effect I was expecting:
[EMAIL PROTECTED]:/tmp$ ldd
/usr/lib/dovecot/modules/imap/lib11_imap_quota_plugin.so
lib10_quota_plugin.so => /usr/lib/dovecot/modules/lib10_quota_plugin.so
(0x00002b74b0346000)
libc.so.6 => /lib/libc.so.6 (0x00002b74b0578000)
/lib64/ld-linux-x86-64.so.2 (0x0000555555554000)
I've no idea if this is an upstream issue or some strange Debian-specific
quirkiness but it'd be good to get it fixed one way or another.
Thanks,
Mark
--
Mark Hymers <mhy at debian dot org>
"But Yossarian *still* didn't understand either how Milo could buy eggs
in Malta for seven cents apiece and sell them at a profit in Pianosa
for five cents."
Catch 22, Joseph Heller
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]