7 Sep
2006
7 Sep
'06
3:24 p.m.
Boris Ivanov wrote:
Hi
I met problem developing plug-in under FreeBSD 6.1.
First I tried to use internal plugins like quota and acl but I got:
IMAP(xxx): module /usr/local/lib/dovecot/imap/lib01_acl_plugin.so: dlsym(acl_plugin_init) failed: Shared object "nss_dns.so.1" not found, required by "imap"
This library doesn't exist on FreeBSD 6.1 Same story when u mention any plugin in dovecot.conf…
Any ideas how to fix it?
The nss functions are in libc. So I'd guess removing all reference to any nss_*.so libs would be sufficient.
-- Yours Boris
Dominic