Redhat-5.2のインストール方法

今、私が使っている環境を再現する方法をまとめてみました。

  1. ブータブルCDから、システムをインストール

  2. リブート

  3. Kterm のインストール
    rpmファイルは、Redhat5.2に含まれています。
    # rpm -i kterm-6.2.0-3.i386.rpm
  4. Canna のインストール
    rpm ファイルはJRPMのものです。
    # rpm -i Canna-3.5b2-3glibc.i386.rpm
  5. Xemacsのインストール
    1. カンナのソースをインストールします。
      $ tar xvfz Canna35b2.tar.gz
      $ xmkmf
      $ make Makefile
      $ make canna
      # make install
      # make install.man

    2. xemacsのソースを展開します。
      $ tar xvfz xemacs-20.4-elc.tar.gz
      $ tar xvfz xemacs-20.4-info.tar.gz
      $ tar xvfz xemacs-20.4-mule.tar.gz
      $ tar xvfz xemacs-20.4.tar.gz

    3. xemacsのコンパイルをします。
      $ ./configure --with-x11 --with-mule --with-canna --with-xpm --site-includes=/usr/local/canna/include --site-libraries=/usr/local/canna/lib
      $ make
      # make install
      # make gzip-el

  6. Kinput2のインストール
    rpm ファイルはJRPMのものです。
    # rpm -i kinput2-canna-v2fix4-4glibc.i386.rpm
  7. 日本語化ネットスケープのインストール
    rpm ファイルはインターネットマガジン1月号のものです。
    # rpm -i communicator-jp-4.07-L51.i386.rpm
  8. PPPの設定

    /etc/resolv.conf
    /etc/ppp/pap-secrets
    /etc/ppp/options
    コネクトスクリプト
  9. .emacsの設定

  10. 文字コード変換ツールnkfのインストール
    $ tar xvfz nkf-1.62p5.tar.gz
    $ cd nkf-1.62p5
    $ cc -o cc -o nkf nkf.c
    # cp nkf /usr/local/bin
  11. メーラーnmailのインストール
    # cd /
    # tar xvfz nmail-3.0final-linuxELFbin.tar.gz
    # sh install/doinst.sh
  12. .nmailrcの設定

  13. ニュースリーダーgn-1.40のインストール
    $ tar xvfz gn-1.40.tar.gz
    $ cd gn-1.40/src
    $ ./mkgn

    /usr/lib/news/activeファイルの例

    japan.comp.linux 804 791 y
    alt.talk.esperanto 264 260 y
    alt.uu.lang.esperanto.misc 417 415 y
    fj.os.linux 8910 8874 y
    hi-ho.test 377 375 y
    hi-ho.questions 36 35 y

私のホームページへ

1999年9月8日改訂