home *** CD-ROM | disk | FTP | other *** search
/ Dream 52 / Amiga_Dream_52.iso / Linux / Divers / lynx2.8.1dev.10.tar.gz / lynx2.8.1dev.10.tar / lynx2-8 / docs / SOCKETSHR.announce < prev    next >
Text File  |  1997-02-24  |  2KB  |  68 lines

  1. LYNX SUPPORT FOR SOCKETSHR/NETLIB            28-AUG-1996
  2. ---------------------------------
  3.  
  4.  
  5. What is SocketShr?
  6. ------------------
  7.  
  8. SOCKETSHR is Eckhart Meyer's socket library interface to the MadGoat NETLIB
  9. package, which provides a vendor-independent interface to the VMS TCP/IP
  10. transports. Using this, the same image will run over any of the available
  11. packages, including UCX, Multinet, CMU, Pathway access and TCPWARE. 
  12.  
  13. SocketShr and NETLIB are separately available libraries that MUST be installed
  14. before LYNX can use them.
  15.  
  16.  
  17. How to get NETLIB and SOCKETSHR
  18. -------------------------------
  19.  
  20. FTP:
  21.  
  22.    ftp://ftp.kcl.ac.uk/default/socketshr.*
  23.    ftp://ftp.wku.edu/fileserv/socketshr.zip
  24.    ftp://ftp.spc.edu/macro32/savesets/socketshr.zip
  25.  
  26.    ftp://ftp.kcl.ac.uk/madgoat/netlib.*
  27.    ftp://ftp.wku.edu/madgoat/netlib017.zip
  28.    ftp://ftp.spc.edu/macro32/savesets/netlib017.zip
  29.  
  30.  
  31. By E-Mail:
  32.    send the following commands in a mail message:
  33.  
  34.      SEND SOCKETSHR.PACKAGE
  35.      SEND NETLIB.PACKAGE
  36.  
  37.    To:
  38.      vmsserv @ kcl.ac.uk
  39.  
  40. Other server's may also contain these packages.
  41.  
  42. NETLIB is copyright of MadGoat Software; SOCKETSHR is copyright of Eckhart
  43. meyer.
  44.  
  45.  
  46. Preliminary Setup of SOCKETSHR
  47. ------------------------------
  48.  
  49. Once SOCKETSHR has been installed, TWO logical names should be defined:
  50.  
  51.     SOCKETSHR         Point to the appropriate shareable image
  52.     SOCKETSHR_LIBRARY    Point to the directory containing SOCKETSHR.H
  53.                 and IOCTL.H
  54.  
  55. Both should be defined /system /exec
  56.  
  57.  
  58. Building LYNX
  59. -------------
  60.  
  61. Run the BUILD.COM procedures and select the SOCKETSHR_TCP option. This will
  62. build an image that will run over the SOCKETSHR/NETLIB routines.
  63.  
  64.  
  65. Andy Harper
  66. Kings College London
  67. A.Harper@bay.cc.kcl.ac.uk
  68.