Return to BSD News archive
#! rnews 1946 bsd Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!news.bhp.com.au!mel.dit.csiro.au!munnari.OZ.AU!spool.mu.edu!howland.reston.ans.net!blackbush.xlink.net!scsing.switch.ch!cmir.arnes.si!sweet.kiss.uni-lj.si!usenet From: Tomaz Stupnik <tomaz.stupnik@kiss.uni-lj.si> Newsgroups: comp.unix.bsd.freebsd.misc Subject: Re: INNd for FreeBSD 2.0.5 Date: Fri, 29 Dec 1995 11:36:43 -0800 Organization: KISS Lines: 36 Message-ID: <30E4434B.4EE3@kiss.uni-lj.si> References: <Pine.A32.3.91.951226230555.23694A-100000@dsu2.deltast.edu> <4bsee8$sc@parody.tecc.co.uk> <DKA0z6.Jnw@ritz.mordor.com> <30E2ED8B.3B8A@mcs.com> NNTP-Posting-Host: lyssa.kiss.uni-lj.si Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 2.0b3 (Win95; I; 16bit) To: Eli Lazich <elazich@mcs.com> > Does Anyone have a definitive answer to how to set INN up? I used the > ports dir from the 2.0.5 CD and got errors galore using > inn1.4sec.tar.z, the most amusing of which was that tha Makefile called > for a file with a suffix of Z Well, it was really easy for me to install INND 1.4sec on my pentium 120, 2.1.0 system. Got the sources, made a few changes (othervise it would not compile) and proceeded as written in the manual. 2.0.5 installation wouldn't be so different... Then I heard about innd 1.4unoff3, which is slightly better... (ftp.math.psu.edu:/pub/INN/inn1.4unoff1.tar.gz) No other problems at all. 1.4unoff3 is now working for me about 6 days. > while mine was of course z. Also got errors referring to the patches > needed Well, the patches were not enough, I think I made a few other changes as well. The usual #ifndef __FreeBSD__ extern char *sys_errlist[]; #endif in \config\subst.c #define _POSIX_SOURCE in \lib\strerror.c I commented out to be: /* =()<extern @<LSEEKVAL>@ lseek();>()= extern long lseek();*/ in \include\clibrary.h ... ++Tomaz