Displaying 4 results from an estimated 4 matches for "drunki".
Did you mean:
drunk
2007 Mar 20
3
compiling dovecot on aix gcc 3.3.2
I try to compile the dovecot with gcc version 3.3.2 on aix. It seemed it was
okay. It was working but when i try to use quota dynamic modules i get
error.
Edlopen(/usr/local/lib/dovecot/imap/lib10_quota_plugin.so) failed: Could not
load module /usr/local/lib/dovecot/imap/lib10_quota_plugin.so.
System error: No such file or directory
Error: imap dump-capability process returned 89
When i check
2007 Mar 11
0
No subject
export LDFLAGS="bexpall bla bla"
Thanx and best regards.
2007/3/28, Ralf Becker <beckerr at fh-trier.de>:
>
> Hello funkypunky drunky,
>
> on AIX dovecot plugins (which are shared objects = .so) are a little bit
> problematic. It is not enough to activate run time linking by using
> -brtl and make the main program (dovecot) to be able to use shared
> objects.
2007 Apr 30
4
dovecot-ldap and ldap_result() failed.
Hi,
I have configured dovecot for auth_bind against an LDAP server on the
localhost and I'm seeing the following error in my dovecot logs:
dovecot: Apr 30 09:03:18 Error: auth(default): LDAP: ldap_result() failed:
Can't contact LDAP server
dovecot: Apr 30 09:03:27 Error: auth(default): LDAP: ldap_result() failed:
Can't contact LDAP server
... and so on ...
When I turned on LDAP
2007 Mar 11
0
No subject
in its place. I checked it and see there is no file.
I copied from the src bla bla to its place /usr/local/lib/dovecot/imap and
error messages change to the below one
Error: imap dump-capability process killed with signal 11
I have to notice that every plugin files which has an extension of .so is
not in its proper place.
But if i dont activate the plugins there is no problem.
Thanx and best