Quanah Gibson-Mount <qua...@zimbra.com> wrote:
>I'm testing the ubuntu12 64-bit beta, and had to make the following >change >to makedefs under the Linux.3 category. Just FYI: > >--- postfix-2.9.1.2z/makedefs.orig 2012-01-17 17:19:48.000000000 >-0800 >+++ postfix-2.9.1.2z/makedefs 2012-03-28 16:43:26.154076634 -0700 >@@ -367,7 +373,7 @@ > SYSLIBS="-ldb" > for name in nsl resolv > do >- for lib in /usr/lib64 /lib64 /usr/lib /lib >+ for lib in /usr/lib64 /lib64 /usr/lib /lib >/usr/lib/x86_64-linux-gnu /lib/x86_64-linux-gnu > do > test -e $lib/lib$name.a -o -e $lib/lib$name.so && { > SYSLIBS="$SYSLIBS -l$name" > > > >Apparently, Ubuntu/Debian put some of the libraries in an architecture >specific directory now (x86_64-linux-gnu). I hit this for libnsl. wiki.debian.org/Multiarch Scott K