Blame docs/SOCKETSHR.announce

Packit f574b8
LYNX SUPPORT FOR SOCKETSHR/NETLIB			28-AUG-1996
Packit f574b8
---------------------------------
Packit f574b8
Packit f574b8
Packit f574b8
What is SocketShr?
Packit f574b8
------------------
Packit f574b8
Packit f574b8
SOCKETSHR is Eckhart Meyer's socket library interface to the MadGoat NETLIB
Packit f574b8
package, which provides a vendor-independent interface to the VMS TCP/IP
Packit f574b8
transports.  Using this, the same image will run over any of the available
Packit f574b8
packages, including UCX, Multinet, CMU, Pathway access and TCPWARE.
Packit f574b8
Packit f574b8
SocketShr and NETLIB are separately available libraries that MUST be installed
Packit f574b8
before LYNX can use them.
Packit f574b8
Packit f574b8
Packit f574b8
How to get NETLIB and SOCKETSHR
Packit f574b8
-------------------------------
Packit f574b8
Packit f574b8
FTP:
Packit f574b8
Packit f574b8
   ftp://ftp.kcl.ac.uk/default/socketshr.*
Packit f574b8
   ftp://ftp.wku.edu/fileserv/socketshr.zip
Packit f574b8
   ftp://ftp.spc.edu/macro32/savesets/socketshr.zip
Packit f574b8
Packit f574b8
   ftp://ftp.kcl.ac.uk/madgoat/netlib.*
Packit f574b8
   ftp://ftp.wku.edu/madgoat/netlib017.zip
Packit f574b8
   ftp://ftp.spc.edu/macro32/savesets/netlib017.zip
Packit f574b8
Packit f574b8
Packit f574b8
By E-Mail:
Packit f574b8
   send the following commands in a mail message:
Packit f574b8
Packit f574b8
     SEND SOCKETSHR.PACKAGE
Packit f574b8
     SEND NETLIB.PACKAGE
Packit f574b8
Packit f574b8
   To:
Packit f574b8
     vmsserv @ kcl.ac.uk
Packit f574b8
Packit f574b8
Other server's may also contain these packages.
Packit f574b8
Packit f574b8
NETLIB is copyright of MadGoat Software; SOCKETSHR is copyright of Eckhart
Packit f574b8
meyer.
Packit f574b8
Packit f574b8
Packit f574b8
Preliminary Setup of SOCKETSHR
Packit f574b8
------------------------------
Packit f574b8
Packit f574b8
Once SOCKETSHR has been installed, TWO logical names should be defined:
Packit f574b8
Packit f574b8
    SOCKETSHR 		Point to the appropriate shareable image
Packit f574b8
    SOCKETSHR_LIBRARY	Point to the directory containing SOCKETSHR.H
Packit f574b8
    			and IOCTL.H
Packit f574b8
Packit f574b8
Both should be defined /system /exec
Packit f574b8
Packit f574b8
Packit f574b8
Building LYNX
Packit f574b8
-------------
Packit f574b8
Packit f574b8
Run the BUILD.COM procedures and select the SOCKETSHR_TCP option.  This will
Packit f574b8
build an image that will run over the SOCKETSHR/NETLIB routines.
Packit f574b8
Packit f574b8
Packit f574b8
Andy Harper
Packit f574b8
Kings College London
Packit f574b8
A.Harper@bay.cc.kcl.ac.uk