home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / infosyst / gopher / 2062 < prev    next >
Encoding:
Text File  |  1993-01-25  |  1.6 KB  |  36 lines

  1. Newsgroups: comp.infosystems.gopher
  2. Path: sparky!uunet!gatech!paladin.american.edu!howland.reston.ans.net!zaphod.mps.ohio-state.edu!news.acns.nwu.edu!osssenu.astro.nwu.edu!pendleton
  3. From: pendleton@ossenu.astro.nwu.edu (Jim Pendleton)
  4. Subject: Fix: Gopher 1.11b, VMS, MultiNet
  5. Message-ID: <1993Jan25.104337.1@ossenu.astro.nwu.edu>
  6. Lines: 24
  7. Sender: usenet@news.acns.nwu.edu (Usenet on news.acns)
  8. Nntp-Posting-Host: ossenu.astro.nwu.edu
  9. Organization: GRO/OSSE Northwestern U.
  10. Date: Mon, 25 Jan 1993 16:43:37 GMT
  11.  
  12. Thanks to the guidance of JQ Johnson at the University of Oregon, we have
  13. discovered the trick to making Gopher 1.11B work for us under VMS and
  14. MultiNet.  Perhaps by posting this, we can save others some time.
  15.  
  16. Under VMS, it may be necessary to modify your include file search path to place
  17. MULTINET_COMMON_ROOT:[MULTINET.INCLUDE] at the beginning.
  18.  
  19. The default NETDB.H found in SYS$LIBRARY (at least for our system, VMS 5.5-2,
  20. without UCX) has an older, incompatible definition of the "hostent" structure. 
  21. The symptom you will see is a "connection refused by host" error when you try
  22. to connect with any server by name.  (An IP number will connect you, but you'll
  23. be unable to access any items.)
  24.  
  25. The simplest solution is to redefine sys$library as
  26.  
  27.     $ DEFINE SYS$LIBRARY MULTINET_COMMON_ROOT:[MULTINET.INCLUDE], -
  28.         SYS$COMMON:[SYSLIB]
  29.  
  30. before running MAKE or executing the COMPILE.COM's.
  31. -------------------------------------------------------------------------------
  32. Jim Pendleton, SysMgr
  33. GRO/OSSE, Dept. Physics & Astronomy
  34. Northwestern University
  35. j-pendleton@nwu.edu        (708) 491-2748
  36.