home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / mail / sendmail / 2735 < prev    next >
Encoding:
Text File  |  1992-11-11  |  1.7 KB  |  38 lines

  1. Newsgroups: comp.mail.sendmail
  2. Path: sparky!uunet!cis.ohio-state.edu!magnus.acs.ohio-state.edu!usenet.ins.cwru.edu!agate!linus!philabs!gcm.com!garyb
  3. From: garyb@gcm.com (Gary Blumenstein)
  4. Subject: Re: IDA on SYSVr4 especially ESIX 4.0.4
  5. Message-ID: <1992Nov12.040135.26452@gcm.com>
  6. Organization: Greenwich Capital Markets, Inc.
  7. X-Newsreader: Tin 1.1 PL5
  8. References: <1992Nov5.174336.7029@athena.cs.uga.edu>
  9. Date: Thu, 12 Nov 1992 04:01:35 GMT
  10. Lines: 26
  11.  
  12. Bob Stearns (is@groucho.dev.uga.edu) wrote:
  13. : Has anyone gotten IDA compiled on System V Release 4, especially the
  14. : ESIX flavor? I am currently trying 5.65c and just losing what few hairs
  15. : I have due to various compilation problems. If you have done this or
  16. : know someone who has, I would greatly appreciate a pointer. Thanks for
  17. : your attention.
  18.  
  19. I compiled it on Dell issue 2.2. Here are some things you can try.
  20.  
  21. For the sendmail binary:
  22.  
  23. Out-of-the-box, sendmail looks for routines in the resolver libraries which 
  24. Dell supplies the shared object for but not the library archive.  I found 
  25. this out by running a namelist on a Sun and finding them in libresolve.a
  26. Since I'm not running DNS, I got it to compile by undefining NAMED_BIND.
  27. Your mileage may vary.
  28.  
  29. For the ../ida/aux programs, I had trouble linking in the low level dbm
  30. routines (bcopy, bzero, Etc.).  The trick is to know where they are found.
  31. I found them in libucb.a.  The fix was to include -lucb in the Makefile.
  32.  
  33. -- 
  34. Gary Blumenstein                          |   garyb@gcm.com        Internet
  35. Unix Systems Administrator                |   uunet!gcm!garyb      UUCP
  36. Greenwich Capital Markets                 |  +1(203) 625-7937      Voice 
  37. 600 Steamboat Road, Greenwich, CT  06830  |  +1(203) 629-9136      FAX
  38.