From:	SMTP%"VMSGopher-L@trln.lib.unc.edu" 15-MAR-1994 18:11:22.28
To:	EVERHART
CC:	
Subj:	Re: CSO Nameserver for VMS

X-ListName: Gopher for VMS implementation and testing
    <VMSGopher-L@trln.lib.unc.edu>
Warnings-To: <>
Errors-To: postmaster@trln.lib.unc.edu
Sender: postmaster@trln.lib.unc.edu
Date: Tue, 15 Mar 1994 13:23:03 -0800 (PST)
From: Bruce Tanner <TANNER@Cerritos.edu>
Reply-To: VMSGopher-L@trln.lib.unc.edu
Subject: Re: CSO Nameserver for VMS
To: VMSGopher-L@trln.lib.unc.edu
Message-ID: <01HA03P77OK2QQNZ8P@Cerritos.edu>
X-VMS-To: IN%"VMSGopher-L@trln.lib.unc.edu"
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; CHARSET=US-ASCII
Content-Transfer-Encoding: 7BIT

>Has anybody got Bruce Tanner's CSO running with UCX?
>When I try to telnet to the one I have set up, it
>quits in a second. What have I missed?

This was posted back in December, and is on the list of things to put into qi.

-Bruce


>    I found a small problem which seemed to fix the UCX
>    implementation.  In GopherD, there was some additional code to
>    setup the "socket" reference which differed from MultiNet to UCX. 
>    Additionally I added to the DESCRIP.MMS definitions.  All very
>    minor once I got the drift of the code.  Thanks again Bruce.
>
>    Here are the changes to QI.C:
>************
>File GOPHER_ROOT:[UTILITIES.QI]QI.C;2
>   19   #if defined(UCX)
>   20   #include <ucx$inetdef.h>
>   21   #endif
>   22   
>******
>File GOPHER_ROOT:[UTILITIES.QI]QI.C;1
>   19   
>************
>************
>File GOPHER_ROOT:[UTILITIES.QI]QI.C;2
>   73   #if defined(MULTINET) || defined(WOLLONGONG)
>   74       int status, sock;
>******
>File GOPHER_ROOT:[UTILITIES.QI]QI.C;1
>   70       int status, sock;
>************
>************
>File GOPHER_ROOT:[UTILITIES.QI]QI.C;2
>   85   #endif /* MultiNet or Wollongong */
>   86   
>   87   #if defined(UCX)
>   88       int sock;
>   89       /* This socket call will try to get the client connection from
>   90        * the AUX Server.
>   91        */
>   92        sock = socket (UCX$C_AUXS, 0, 0);
>   93   #endif /* UCX v2+ */
>   94   
>******
>File GOPHER_ROOT:[UTILITIES.QI]QI.C;1
>   81   
>************
>
>Number of difference sections found: 3
>Number of difference records found: 13
>
>DIFFERENCES /IGNORE=()/MERGED=1/OUTPUT=SYS$SYSROOT:[SYSMGR]X_QI.DIFF;1-
>    GOPHER_ROOT:[UTILITIES.QI]QI.C;2-
>    GOPHER_ROOT:[UTILITIES.QI]QI.C;1
>
>    And here are the changes to DESCRIP.MMS to compile QI and
>    QI_SOCKET:
>************
>File GOPHER_ROOT:[UTILITIES.QI]DESCRIP.MMS;6
>   30   	$(cc) $(cflags) $(mms$source) /define=(vms,$(network)) 
>   31   
>******
>File GOPHER_ROOT:[UTILITIES.QI]DESCRIP.MMS;2
>   30   	$(cc) $(cflags) $(mms$source)
>   31   
>************
>************
>File GOPHER_ROOT:[UTILITIES.QI]DESCRIP.MMS;6
>   35   	$(cc) $(cflags) $(mms$source) /define=(vms,$(network)) 
>   36   
>******
>File GOPHER_ROOT:[UTILITIES.QI]DESCRIP.MMS;2
>   35   	$(cc) $(cflags) $(mms$source) /define=$(network) 
>   36   
>************
>
>Number of difference sections found: 2
>Number of difference records found: 2
>
>DIFFERENCES /IGNORE=()/MERGED=1/OUTPUT=SYS$SYSROOT:[SYSMGR]X_MMS.DIFF;1-
>    GOPHER_ROOT:[UTILITIES.QI]DESCRIP.MMS;6-
>    GOPHER_ROOT:[UTILITIES.QI]DESCRIP.MMS;2
>
>
>Richard A. Helmke                               Internet: helmke@cuis.edu
>Associate Director of Computer Services		Voice: 708-209-3221
>Concordia University Information Systems	Fax:   708-209-3177
>River Forest, IL 60305-1499

