ircサーバの構築

環境

インストール

# rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-3.noarch.rpm

/etc/yum.repos.d/epel.repoのenabled=1をenabled=0に変更

# yum --enablerepo=epel install ircd-hybrid
# mv /etc/ircd/ircd.conf /etc/ircd/ircd.conf.org
# cp /usr/share/doc/ircd-hybrid-7.2.3/simple.conf /etc/ircd/ircd.conf
# service ircd start