From owner-freebsd-questions Sat Apr 21 9:24: 0 2001 Delivered-To: freebsd-questions@freebsd.org Received: from fac13.ds.psu.edu (fac13.ds.psu.edu [146.186.61.98]) by hub.freebsd.org (Postfix) with ESMTP id 83D1E37B423 for ; Sat, 21 Apr 2001 09:23:56 -0700 (PDT) (envelope-from hawk@fac13.ds.psu.edu) Received: from fac13.ds.psu.edu (localhost [127.0.0.1]) by fac13.ds.psu.edu (8.11.1/8.11.1) with ESMTP id f3LGKun09926 for ; Sat, 21 Apr 2001 12:20:56 -0400 (EDT) (envelope-from hawk@fac13.ds.psu.edu) Message-Id: <200104211620.f3LGKun09926@fac13.ds.psu.edu> To: freebsd-questions@FreeBSD.ORG Reply-To: freebsd-questions@FreeBSD.ORG, dochawk@psu.edu Subject: a working irc server? From: "Richard E. Hawkins" Date: Sat, 21 Apr 2001 12:20:56 -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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