This is a discussion on Re: smtpd error within the mailing.postfix.users forums, part of the Mail Servers and Related category; petre@kgb.ro: [ Charset ISO-8859-1 unsupported, converting... ] > ldd /usr/sbin/postmap > libmysqlclient.so.10 => /usr/...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
petre@kgb.ro:
[ Charset ISO-8859-1 unsupported, converting... ] > ldd /usr/sbin/postmap > libmysqlclient.so.10 => /usr/lib/mysql/libmysqlclient.so.10 > (0x00b4f000) > libz.so.1 => /usr/lib/libz.so.1 (0x00ae2000) > libm.so.6 => /lib/tls/libm.so.6 (0x00aae000) > libdb-4.1.so => /lib/tls/libdb-4.1.so (0x0029d000) Uh-oh, DLL hell. Do not build with Berkeley DB library other that the one that is already installed on the system. Wietse > libnsl.so.1 => /lib/libnsl.so.1 (0x00b38000) > libresolv.so.2 => /lib/libresolv.so.2 (0x00b24000) > libc.so.6 => /lib/tls/libc.so.6 (0x00973000) > libcrypt.so.1 => /lib/libcrypt.so.1 (0x00af5000) > /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x0095b000) > libpthread.so.0 => /lib/tls/libpthread.so.0 (0x0465c000) > > > > > On Thu, Feb 17, 2005 at 07:49:31PM +0200, petre@kgb.ro wrote: > > > >> newaliases also segfaulted > >> > >> I recompiled it from sources again with > >> > >> # > >> make -f Makefile.init makefiles 'CCARGS=-DHAS_MYSQL -Iin > >> 'AUXLIBS=-L/usr/lib/mysql -lmysqlclient -lz -lm' > >> # > >> > > > > If you need -L/usr/lib/mysql, you may also need: -Wl,-R,/usr/lib/mysql > > otherwise the run-time dependency will not be satisfied. Test with: > > > > $ ldd /usr/sbin/postmap > > > > -- > > Viktor. > > > > Disclaimer: off-list followups get on-list replies or get ignored. > > Please do not ignore the "Reply-To" header. > > > > To unsubscribe from the postfix-users list, visit > > http://www.postfix.org/lists.html or click the link below: > > <mailto:majordomo@postfix.org?body=unsubscribe%20p ostfix-users> > > > > > > > > |