The 2004-10-08 at 12:03 -0500, Danny Sauer wrote:
cannot find -lnss_files collect2: ld returned 1 exit status make: *** [master] Error 1 make: *** [update] Error 1
Well, that's odd. That file should be installed as part of glibc, and it should be in /lib as /lib/libnss_files.so.2.
He could be missing glibc-devel. Also, it could be a cross error, because there are some related packages like nss_db.rpm and nss_ldap.rpm.
Have you tried a "make clean" (or perhaps "make tidy") before running those makes that keep giving you fits with nss, db, etc? You might try that out...
For what it's worth, I just built the newest postfix on a SuSE 7.1 box, using the command from my earlier mail, with no problems - so it *does* compile. :)
Notice that he went to the sleepycat site to get db, instead of using db and db-devel from the dvd... installing from source a library so basic will yield problems, I think: there are too many dependencies. -- Cheers, Carlos Robinson