Article 126800 of comp.os.vms: Path: nntpd.lkg.dec.com!pa.dec.com!decuac.dec.com!haven.umd.edu!purdue!lerc.nasa.gov!magnus.acs.ohio-state.edu!math.ohio-state.edu!howland.reston.ans.net!news.nic.surfnet.nl!news.kub.nl!usenet From: Kees.Noyens@kub.nl (Kees Noyens) Newsgroups: comp.os.vms Subject: Re: VMSNEWS and UCX 3.3 Date: 10 Aug 1995 07:41:52 GMT Organization: Tilburg University, Netherlands Lines: 45 Message-ID: <40cd80$2lb@mailnews.kub.nl> References: <4072um$1i4@mailnews.kub.nl> NNTP-Posting-Host: di0063.kub.nl Mime-Version: 1.0 X-Newsreader: WinVN 0.99.3 In article <4072um$1i4@mailnews.kub.nl>, I wrote ... > >After upgrading from UCX 2.0D to UCX 3.3 VMSNEWS 1.25 >stopped working (SYSTEM-F-ACCVIO). >What can I do to get it working ? > I got 2 responses, one from Bernd Onasch: ---------------------------------------------------------------------- (Well, I had to stop working on VMS for some time, so sorry i made no upgrades ;) TCP_UCX.C, net_info() - remove everything therein: net_info() { } (SHOW CONNECTION will be less noisy, but that's all) Bernd ------------------------------------------------------------------------ and the other from Eberhard Mater: wegen neuem UCX muss zum Neucompilieren der Sourcecode geandert werden: TCP_UCX.C an zwei Stellen: alt: hst=gethostbyaddr(tmp,4,0); neu: hst=gethostbyaddr(tmp,4,AF_INET); ------------------------------------------------------------------------ I would like to thank both gentlemen. Both solutions work. Kees Noyens Tilburg University The Netherlands email: Kees.Noyens@kub.nl