MySQL

# groupadd mysql
# useradd -g mysql -d /usr/local/mysql mysql
# passwd mysql
# chown -R mysql:mysql /usr/local/mysql/

PostgreSQL7.x

# groupadd postgres
# useradd -g postgres -d /usr/local/pgsql postgres
# cd /usr/local/pgsql
# chown -R postgres:postgres /usr/local/pgsql/
readlineとzlibがconfigureでエラーになるので
./configure --enable-multibyte=EUC_JP --prefix=/usr/local/pgsql --without-readline --without-zlib
make check
make install

Lynx

コンパイル時にcursesというライブラリが必要
ncursesというのがGNUにある
vineならapt-get install ncurses-devel

トップ   編集 凍結 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS
Last-modified: 2022-10-14 (金) 13:16:52