home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / mail / mh / 968 < prev    next >
Encoding:
Internet Message Format  |  1992-07-24  |  1.7 KB

  1. Path: sparky!uunet!gatech!destroyer!sol.ctr.columbia.edu!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!att!ucbvax!RPI.EDU!aultj
  2. From: aultj@RPI.EDU (James Ault)
  3. Newsgroups: comp.mail.mh
  4. Subject: Re: Help
  5. Message-ID: <32222.711987873@rpi.edu>
  6. Date: 24 Jul 92 14:24:33 GMT
  7. References: <9207231949.AA07937@ds11.tx.ncsu.edu>
  8. Sender: daemon@ucbvax.BERKELEY.EDU
  9. Distribution: world
  10. Organization: The Internet
  11. Lines: 42
  12.  
  13. > I am trying to configure MH on an IBM RS6000 running AIX 1.3.
  14.  
  15. > I get some error message about file not found, and correct usage is ...
  16. > The file MH exists.  I need to generate the make files from the
  17. > configuration file.  Anybody know why mhconfig is not working for me?
  18.  
  19. There are a bunch of patches for AIX 3.1 on IBM RS6000s.  
  20.  
  21. Which version of MH are you using?  MH 6.7.2 should have most of the
  22. patches for AIX 3.1 incorporated already.  You can get version 6.7.2
  23. from ics.uci.edu, as well as other places. 
  24.  
  25. I believe the only patch missing from 6.7.2 is this one:
  26.  
  27. ------------------------Cut here-----------------------------------------
  28.  
  29. *** ./conf/mhconfig.c    Sat Apr 13 15:12:02 1991
  30. --- ./conf/mhconfig.c-    Sat Apr 13 15:10:56 1991
  31. ***************
  32. *** 560,566 ****
  33.       }
  34.       break;
  35.       }
  36. !     if ((config = *vec++) == NULL && *vec != NULL)
  37.       adios (NULLCP, "usage: %s file", myname);
  38.   
  39.       if ((fp = fopen (config, "r")) == NULL)
  40. --- 560,566 ----
  41.       }
  42.       break;
  43.       }
  44. !     if ((config = *vec++) == NULL || *vec != NULL)
  45.       adios (NULLCP, "usage: %s file", myname);
  46.   
  47.       if ((fp = fopen (config, "r")) == NULL)
  48.  
  49. ------------------------Cut here-----------------------------------------
  50.  
  51. This should fix your mhconfig problem.  
  52.  
  53. Jim Ault, ITS Systems Programmer, aultj@rpi.edu     <><
  54.