Displaying 4 results from an estimated 4 matches for "drunky".
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. When a share object does function calls back into the ma...
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
...ith 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 regards
2007/3/21, Timo Sirainen <tss at iki.fi>:
>
> On Wed, 2007-03-21 at 22:36 +0200, funkypunky drunky wrote:
> > Firstly thank you for your respond Timo. I manually copied the
> > lib10_quota_plugin.so and lib11_imap_quota_plugin.so (sorry if i wrote
> the
> > files wrongly) But it didnt work. I dont understand why it isnt work.
>
> So if you manually copied the file to t...