UNIX/common/Compile
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
-ソースからコンパイルする場合のTIPS
-インストール時に開発環境をいれておくのが最良(コンパイル...
#contents
*MySQL [#ff1087a4]
-[[参考URL:http://www.y-kit.jp/saba/xp/postgreinst.htm]]
# groupadd mysql
# useradd -g mysql -d /usr/local/mysql mysql
# passwd mysql
# chown -R mysql:mysql /usr/local/mysql/
*PostgreSQL7.x [#ac2af84a]
-[[参考URL:http://www.y-kit.jp/saba/xp/postgreinst.htm]]
# 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/loca...
make check
make install
-Miracle2.1,Redhat8&9
*Lynx [#x636f590]
コンパイル時にcursesというライブラリが必要
ncursesというのがGNUにある
vineならapt-get install ncurses-devel
終了行:
-ソースからコンパイルする場合のTIPS
-インストール時に開発環境をいれておくのが最良(コンパイル...
#contents
*MySQL [#ff1087a4]
-[[参考URL:http://www.y-kit.jp/saba/xp/postgreinst.htm]]
# groupadd mysql
# useradd -g mysql -d /usr/local/mysql mysql
# passwd mysql
# chown -R mysql:mysql /usr/local/mysql/
*PostgreSQL7.x [#ac2af84a]
-[[参考URL:http://www.y-kit.jp/saba/xp/postgreinst.htm]]
# 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/loca...
make check
make install
-Miracle2.1,Redhat8&9
*Lynx [#x636f590]
コンパイル時にcursesというライブラリが必要
ncursesというのがGNUにある
vineならapt-get install ncurses-devel
ページ名: