Arch Linux

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#14192 - recent libmysqlclient update broke dovecot

Attached to Project: Arch Linux
Opened by Samed Beyribey (ras0ir) - Saturday, 11 April 2009, 22:05 GMT
Last edited by Andreas Radke (AndyRTR) - Sunday, 12 April 2009, 12:46 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Douglas Soares de Andrade (dsa)
Architecture All
Severity Critical
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 2
Private No

Details

Description:

I've just installed dovecot 1.1.13-1
Here's the error from dovecot.log:

dovecot: 2009-04-12 00:54:31 Error: auth(default): dovecot-auth: error while loading shared libraries:
libmysqlclient.so.15: cannot open shared object file: No such file or directory

Steps to reproduce:
ldd /usr/sbin/dovecotpw
linux-gate.so.1 => (0xf57fe000)
libpam.so.0 => /lib/libpam.so.0 (0xb8082000)
libgssapi.so.2 => /usr/lib/libgssapi.so.2 (0xb8059000)
libheimntlm.so.0 => /usr/lib/libheimntlm.so.0 (0xb8054000)
libkrb5.so.25 => /usr/lib/libkrb5.so.25 (0xb7fef000)
libhx509.so.4 => /usr/lib/libhx509.so.4 (0xb7fb4000)
libcom_err.so.2 => /lib/libcom_err.so.2 (0xb7fb1000)
libcrypto.so.0.9.8 => /usr/lib/libcrypto.so.0.9.8 (0xb7e5b000)
libasn1.so.8 => /usr/lib/libasn1.so.8 (0xb7de0000)
libwind.so.0 => /usr/lib/libwind.so.0 (0xb7db8000)
libroken.so.18 => /usr/lib/libroken.so.18 (0xb7da5000)
libcrypt.so.1 => /lib/libcrypt.so.1 (0xb7d73000)
libresolv.so.2 => /lib/libresolv.so.2 (0xb7d5e000)
libpthread.so.0 => /lib/libpthread.so.0 (0xb7d46000)
""""" libmysqlclient.so.15 => not found """""""""
libz.so.1 => /usr/lib/libz.so.1 (0xb7d31000)
libm.so.6 => /lib/libm.so.6 (0xb7d0b000)
libpq.so.5 => /usr/lib/libpq.so.5 (0xb7cef000)
libdl.so.2 => /lib/libdl.so.2 (0xb7ceb000)
libc.so.6 => /lib/libc.so.6 (0xb7ba4000)
libsqlite3.so.0 => /usr/lib/libsqlite3.so.0 (0xb7b28000)
/lib/ld-linux.so.2 (0xb8096000)
libssl.so.0.9.8 => /usr/lib/libssl.so.0.9.8 (0xb7ae0000)
This task depends upon

Closed by  Andreas Radke (AndyRTR)
Sunday, 12 April 2009, 12:46 GMT
Reason for closing:  Fixed
Additional comments about closing:  1.1.3-2 fixes this
Comment by XazZ (XazZ) - Sunday, 12 April 2009, 02:10 GMT
evening

I can confirm this

solution: simply rebuild dovecot (so it links against the new mysql libraries) -> done :)

Loading...