Displaying 3 results from an estimated 3 matches for "i_strcmp_p".
2009 Jan 23
3
Problem with dovecot config
...directory: /opt/dovecot1.8/lib/dovecot/imap
Jan 23 12:46:57 mars.tc.umn.edu imap(dump-capability): : [ID 817342
mail.error] dlopen(/opt/dovecot1.8/lib/dovecot/imap/lib01_acl_plugin.so)
failed: ld.so.1: imap: fatal: relocation error: file
/opt/dovecot1.8/lib/dovecot/imap/lib01_acl_plugin.so: symbol i_strcmp_p:
referenced symbol not found
Other pertinent info:
# /opt/dovecot1.8/sbin/dovecot --version
1.1.8
# /opt/dovecot1.8/sbin/dovecot -n
# 1.1.8: /etc/opt/dovecot1.8/dovecot.conf
Warning: fd limit 256 is lower than what Dovecot can use under full load
(more than 8448). Either grow the limit or change...
2008 Oct 02
1
Bug in ACL Plugin
...for (i = 0; i < group_count; i++)
- backend->groups[i] = groups[i];
+ backend->groups[i] = p_strdup(backend->pool,
groups[i]);
qsort(backend->groups, group_count, sizeof(const char *),
i_strcmp_p);
}
With best regards, Anton Zakatov. E-mail: anton at abn.ru
2011 Sep 28
0
Problems running Dovecot 1.2.17 on AIX
...o(), but a
runtime definition
of the symbol was not found.
rtld: 0712-001 Symbol dict_iterate_deinit was referenced
from module
/local/dovecot-test/lib/dovecot/imap/lib01_acl_plugin.so(), but a
runtime definition
of the symbol was not found.
rtld: 0712-001 Symbol i_strcmp_p was referenced
from module
/local/dovecot-test/lib/dovecot/imap/lib01_acl_plugin.so(), but a
runtime definition
of the symbol was not found.
Additional errors occurred but are not reported.
FCouldn't load required plugins
We tried to use the compiler-script as described o...