hagan@DCCS.UPENN.EDU (John Dotts Hagan) (10/28/89)
I can't rebuild sendmail from new Berkeley sources, since it calls upon res_search, which is in the bind 4.8 package from Berkeley, but is not in the Ultrix distribution. It seems all the other name server library routines are included! What was it left out? Will it be added in a newer version? Does anyone know what version of Berkeley bind is being distributed with Ultrix? --Kid.
bin@primate.wisc.edu (Brain in Neutral) (10/31/89)
From article <16042@netnews.upenn.edu>, by hagan@DCCS.UPENN.EDU (John Dotts Hagan): > I can't rebuild sendmail from new Berkeley sources, since it calls upon > res_search, which is in the bind 4.8 package from Berkeley, but is not in > the Ultrix distribution. It seems all the other name server library routines > are included! You'll have to build the resolver library from the BSD sources and explicitly link in that library when you build sendmail. Paul DuBois dubois@primate.wisc.edu