今回はIRCサーバのインストールを行います。
ソースを探すのが、少し大変だとは思いますが、下記の
URLからダウンロードできます。
http://www.ircnet.jp/
まずはソースの解凍です。
#tar zxvf irc2.10.3p7+jp6.tgz
解凍したディレクトリィに下りて、configure
を行います。
#cd irc2.10.3p7+jp6
#./configure
すると、下記のようなメッセージが表示されます。
**********************************
Have you read doc/README? (I hope so)
Next cd i386-unknown-freebsd4.10, edit "config.h" and "Makefile",
run "make all" to build and "make install" to install.
**********************************
次にファイルをインストールします。
#make all
#make install
/usr/local/lib に ircd.confを作成致します。