[Dovecot] Error 127 / dovecot-auth problem?
Hello everybody!
I try now since 2 days to get Dovecot working. First i tried it with apt-get install dovecot-imap dovecot-pop3 (Debian Sarge), but couldn't start it, syslog told:
Apr 15 17:04:05 wpc2386 dovecot: Dovecot starting up Apr 15 17:04:06 wpc2386 dovecot: Auth process died too early - shutting down Apr 15 17:04:06 wpc2386 dovecot: child 1310 (auth) returned error 127 Apr 15 17:04:06 wpc2386 imap-login: fd_send(-1) failed: Broken pipe Apr 15 17:04:06 wpc2386 imap-login: fd_send(-1) failed: Broken pipe Apr 15 17:04:06 wpc2386 pop3-login: fd_send(-1) failed: Broken pipe Apr 15 17:04:06 wpc2386 last message repeated 2 times
Because there's "(auth)" i tried to start dovecot-auth manually to see what happens, and i got this error-message:
/usr/lib/dovecot/dovecot-auth: error while loading shared libraries: libmysqlclient.so.12: cannot open shared object file: No such file or directory
A "find / * | grep libmysqlclient*" gives me a list of libs, but not a libmysqlclient.so.12. So my question is, where do i get this library? Or what do i have to do?
Many thanks to you!
-- Marc-André Appel 1, Caball d'en Boux F-66740 Villelongue dels Monts France +33.(0)6.86.82.41.31
On Sun, 2006-04-16 at 17:24 +0200, Marc-André Appel wrote:
/usr/lib/dovecot/dovecot-auth: error while loading shared libraries: libmysqlclient.so.12: cannot open shared object file: No such file or directory
A "find / * | grep libmysqlclient*" gives me a list of libs, but not a libmysqlclient.so.12. So my question is, where do i get this library? Or what do i have to do?
It's part of MySQL 4.0. Rebuild dovecot against your current version of MySQL.
-- Ignacio Vazquez-Abrams <ivazquez@ivazquez.net> http://fedora.ivazquez.net/
gpg --keyserver hkp://subkeys.pgp.net --recv-key 38028b72
Sunday 16 April 2006 17:24 skrev Marc-André Appel:
/usr/lib/dovecot/dovecot-auth: error while loading shared libraries: libmysqlclient.so.12: cannot open shared object file: No such file or directory
A "find / * | grep libmysqlclient*" gives me a list of libs, but not a libmysqlclient.so.12. So my question is, where do i get this library? Or what do i have to do?
libmysqlclient.so.12 is, quite naturally, in the libmysqlclient12 package, which the Sarge version of Dovecot depends on. Are you using custom packages of either MySQL or Dovecot?
-- Magnus Holmgren holmgren@lysator.liu.se
participants (3)
-
Ignacio Vazquez-Abrams
-
Magnus Holmgren
-
Marc-André Appel