Quanah Gibson-Mount: > 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
Perhaps you can suggest a way for makedefs to parse out the CPU type from "uname -whatever" and use that in the library search? The reason I ask this is that it makes little sense to hard-code all possible architecture names in this script. Wietse