Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Apr 2001 12:20:56 -0400
From:      "Richard E. Hawkins" <dochawk@psu.edu>
To:        freebsd-questions@FreeBSD.ORG
Subject:   a working irc server?
Message-ID:  <200104211620.f3LGKun09926@fac13.ds.psu.edu>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200104211620.f3LGKun09926>