Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!triceratops.cis.ohio-state.edu!karl From: karl@triceratops.cis.ohio-state.edu (Karl Kleinpaste) Newsgroups: news.software.nntp Subject: Re: NNTPD core dumps Message-ID: Date: 27 Feb 89 22:05:19 GMT References: <392@rna.UUCP> Sender: news@tut.cis.ohio-state.edu Organization: OSU Lines: 7 In-reply-to: dan@rna.UUCP's message of 26 Feb 89 13:39:45 GMT A possible solution: Check that both your news software and your NNTP software is linked with the same type of DBM support, i.e, both -ldbm or both NDBM. I had this sort of trouble when I first installed NNTP. It caused the sort of coredumps you describe. NNTP's supplied conf.h uses NDBM; the supplied defs.h in the news software uses DBM. --Karl