応答ファイルを作成して全自動でインストールしようという仕組み
# apt-get update
上記の手順に従いaptが使えるようにしておく
apt-get install httpd apt-get install php apt-get install postgresql-server
sambaは日本sambaユーザーの会からrpmで入れる。
インストール時に「開発ツール」のみ選択してできるだけソースコンパイルしてみる。 sambaは付いてくる。bindはdisk1よりインストール Apache2.0.54+ssl ./configure --enable-mods-shared=all --enable-shared=yes --enable-ssl Postgres7.4.8 ./configure --enable-multibyte=EUC_JP PHP5.0 ./configure --with-apxs2=/usr/local/apache2/bin/apxs --enable-mbstring --enable-mbregex --with-pgsql --with-openssl --without-mysql
httpd.conf編集 #AddDefaultCharset ISO-8859-1 AddType application/x-httpd-php .php DirectoryIndex index.html index.html.var index.php
http://ftp.riken.jp/Linux/redhat/archive.redhat.com/redhat/linux/9/en/os/i386/RedHat/RPMS/