From owner-freebsd-questions Sat Apr 21 9:25:56 2001 Delivered-To: freebsd-questions@freebsd.org Received: from nyc.rr.com (nycsmtp2fb.rdc-nyc.rr.com [24.29.99.78]) by hub.freebsd.org (Postfix) with ESMTP id 2E70937B423 for ; Sat, 21 Apr 2001 09:25:51 -0700 (PDT) (envelope-from js43064n@pace.edu) Received: from darkstar.nyc.rr.com ([24.29.134.143]) by nyc.rr.com with Microsoft SMTPSVC(5.5.1877.357.35); Sat, 21 Apr 2001 12:29:40 -0400 Content-Type: text/plain; charset="iso-8859-1" From: Jonathan M.Slivko To: freebsd-questions@FreeBSD.ORG, dochawk@psu.edu Subject: Re: a working irc server? Date: Sat, 21 Apr 2001 12:25:51 -0500 X-Mailer: KMail [version 1.2] References: <200104211620.f3LGKun09926@fac13.ds.psu.edu> In-Reply-To: <200104211620.f3LGKun09926@fac13.ds.psu.edu> MIME-Version: 1.0 Message-Id: <01042112255101.00774@darkstar.nyc.rr.com> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Try getting the package? It's already compiled. That should solve the problem :) -- Jonathan M. Slivko On Saturday 21 April 2001 11:20, you wrote: > I'm trying to install a working irc server by this evening, and not > having much luck. irc itself seems to be missign from the > packages collection at the moment. In the ports collection, > it doesn't build: it first reports that > > sed: /usr/ports/irc/irc/files/ircd.sh: No such file or directory > *** Error code 1 > > > Not surpising; there shouldn't be anything there. So in desparation, > I symlinked work to files, and it builds for a while, until > > cc -O -pipe -I/usr/local/v6/include -I. -I../ircd -I../common -c -o res.o > ../ircd/res.c ../ircd/res.c: In function `proc_answer': > ../ircd/res.c:591: structure has no member named `s6_addr32' > ../ircd/res.c:591: structure has no member named `s6_addr32' > ../ircd/res.c:591: structure has no member named `s6_addr32' > ../ircd/res.c:592: structure has no member named `s6_addr32' > ../ircd/res.c:670: structure has no member named `s6_addr32' > ../ircd/res.c:670: structure has no member named `s6_addr32' > ../ircd/res.c:671: structure has no member named `s6_addr32' > ../ircd/res.c:672: structure has no member named `s6_addr32' > *** Error code 1 > > > help! > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message