Xref: utzoo comp.sys.hp:7908 news.software.nntp:1166 Path: utzoo!news-server.csri.toronto.edu!cs.utexas.edu!asuvax!ncar!gatech!uflorida!cs.fau.edu!mahesh From: mahesh@cs.fau.edu (Mahesh Neelakanta) Newsgroups: comp.sys.hp,news.software.nntp Subject: NNTP 1.5.11 under hp-ux...? Message-ID: <1991Mar05.235630.25240@cs.fau.edu> Date: 5 Mar 91 23:56:30 GMT Organization: Florida Atlantic University, Boca Raton Lines: 18 Anyone out there in netland got nntp 1.5.11 running under hpux 7.0? I already have 1.5.10 working but need to run the latest to get that select bug fix. Anyway, I get the following errors: in server/misc.c : fsp->fs_spec is undefined. I looked in fstab.h but it has a #ifdef __hp9000s800 around the fstab structure decl and I am on a s300 :-(. Is there a way around this? in server/timer.c : line 123: "timeoutp" is undefined. The code has a variable called "timeout" under SYSV and "timeoutp" is under bsd. This is part of the select() call. in xmit/nntpxmit.c: getrusage() is missing from the libs. resource.h has the rusage structure defined but where is getrusage? Any help in getting this working would be greatly appreciated! mahesh