This is a discussion on Re: smtpd error within the mailing.postfix.users forums, part of the Mail Servers and Related category; ldd /usr/sbin/postmap libmysqlclient.so.10 =3D> /usr/lib/mysql/libmysqlclient.so.10 (0x00b4f000) libz.so.1 =3D&...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
ldd /usr/sbin/postmap
libmysqlclient.so.10 =3D> /usr/lib/mysql/libmysqlclient.so.10 (0x00b4f000) libz.so.1 =3D> /usr/lib/libz.so.1 (0x00ae2000) libm.so.6 =3D> /lib/tls/libm.so.6 (0x00aae000) libdb-4.1.so =3D> /lib/tls/libdb-4.1.so (0x0029d000) libnsl.so.1 =3D> /lib/libnsl.so.1 (0x00b38000) libresolv.so.2 =3D> /lib/libresolv.so.2 (0x00b24000) libc.so.6 =3D> /lib/tls/libc.so.6 (0x00973000) libcrypt.so.1 =3D> /lib/libcrypt.so.1 (0x00af5000) /lib/ld-linux.so.2 =3D> /lib/ld-linux.so.2 (0x0095b000) libpthread.so.0 =3D> /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=3D-DHAS_MYSQL -Iin >> 'AUXLIBS=3D-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=3Dunsubscribe%2 0postfix-users> > > |