From owner-freebsd-hackers Thu Jan 4 11:31:03 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA26548 for hackers-outgoing; Thu, 4 Jan 1996 11:31:03 -0800 (PST) Received: from io.org (io.org [142.77.70.2]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id LAA26539 for ; Thu, 4 Jan 1996 11:30:58 -0800 (PST) Received: from eenie.io.org (eenie.io.org [198.133.36.153]) by io.org (8.6.12/8.6.12) with SMTP id OAA10189; Thu, 4 Jan 1996 14:30:07 -0500 Date: Thu, 4 Jan 1996 14:29:33 -0500 (EST) From: Andrew Herdman To: dennis cc: "Matthew N. Dodd" , hackers@FreeBSD.ORG Subject: Re: IRCD In-Reply-To: <199601041630.LAA06190@etinc.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-hackers@FreeBSD.ORG Precedence: bulk On Thu, 4 Jan 1996, dennis wrote: > >On Wed, 3 Jan 1996, dennis wrote: > >> >You don't need to. It compiles out of the box (or used to, last time I > >> >checked). > >> didn't....otherwise I wouldnt be asking.... > > > >Actually, it does. However you may have to modify the make files to link > >with the proper crypt library. > > > >Which ircd version, what errors are you getting? > > 2.8.21..... > > got it to compile...had to make a few changes....crypt was one of them > > a couple of bad sys_errlist declarations were making it fail... and it couldn't > find dn_skipname().....had to include the resolution module. Anyone know > anything about this? adding '__' to all references to dn_skipname solves the problem for me, and the server runs fine. Andrew