From de5@de5.ctd.ornl.gov Wed Mar  9 13:38:27 EST 1994
Article: 2260 of news.software.nntp
Path: news.pop.psu.edu!ra!darwin.sura.net!rsg1.er.usgs.gov!stc06r.CTD.ORNL.GOV!de5
From: de5@de5.ctd.ornl.gov (Dave Sill)
Newsgroups: news.software.nntp
Subject: Re: innd and innxmit not resolving host address
Date: 9 Mar 1994 15:56:30 GMT
Organization: Workstation Support, Oak Ridge National Lab
Lines: 41
Distribution: inet
Message-ID: <2lkrje$4f1@stc06r.CTD.ORNL.GOV>
References: <2lj02t$53o@geraldo.cc.utexas.edu>
NNTP-Posting-Host: de5.ctd.ornl.gov

In article <2lj02t$53o@geraldo.cc.utexas.edu>, kwan@mojo.ots.utexas.edu (Johnny Kwan) writes:
>I've built inn-1.4 on a DEC alpha running OSF/1 V. 1.3.
>Everything seems to work just fine except that the numeric IP
>addresses have to be used in hosts.nntp, and when ruuning nntpsend
>to feed another site. I guess a simple configuration change should
>fix the problem. Anyone has any idea?

You need to patch the source, I'm afraid.  Here's a message describing what needs
to be done:

From: rsalz@uunet.uu.net (Rich Salz)
Newsgroups: news.software.nntp
Subject: Re: INN on OSF/1 Alpha?
Date: 10 Nov 1993 10:55:25 -0500

In article <1993Nov9.231701.2432@leland.Stanford.EDU> schemers@leland.Stanford.E
DU (Roland Schemers) writes:
>Has any brave soul compiled INN 1.4 on an OSF/1 Alpha machine?

There are a number of people running INN on an the Alpha.  There is
one set of changes that have to be made.  Find all uses of inet_addr
(innd/rc.c, lib/remopen.c, backends/rcompress.c) and replace the
related "unsigned long" declarations or casts with "unsigned int".

Of course, this will be addressed in 1.5, whenever that comes out.

Early versions of the Alpha C compiler/library had a bug that caused
timezones to come out real wierd.  The work-around is to edit line 34
of lib/gettime.c like this:
    Now->usec = (int)tv.tv_usec;
                ^^^^^ new.
You don't have to make this change for OSF/1 1.3; you did have to make it
for the 1.1 release; I don't know about 1.2
        /r$

-- 
Dave Sill (de5@ornl.gov)         I dream of a televisionland where it will be
Martin Marietta Energy Systems   as hard for a network to expose us to violence
Workstation Support              as it is for me to tell someone they have
                                 spinach on their teeth.  --Paula Poundstone
URL http://www.dec.com/pub/DEC/DECinfo/html/dsill.html


