[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[plamo:15130] ORCA はいるか?
-
From:Jun Kuwamura
-
Date:Wed, 28 Aug 2002 10:26:00 +0900 (JST)
- Subject: [plamo:15130] ORCA はいるか?
- From: Jun Kuwamura <juk@xxxxxxxxxx>
- Date: Wed, 28 Aug 2002 10:25:30 +0900 (JST)
くわむらです。
Plamo-3.0アルファ版に Vine 版 ORCA を入れてみたので
すが、クライアントはのっぺらぼう(うまく文字が表示でま
せん)でした。
以下、手順です。
--
「VIne版ORCAのPlamo Linux へのインストール」
# Vine版ORCA のRPMは、
# http://isweb42.infoseek.co.jp/computer/tgedoh/aptdata/orca/RPMS.i386/
# にあります。
#
# * canada_med-0.0.20020403-0vl2.i386.rpm
# * dia-orca-0.84-1vl1.i386.rpm
# * dia-orca-print-0.1-3vl4.i386.rpm
# * gmp4-4.0.1-0vl1.i386.rpm
# * gmp4-devel-4.0.1-0vl1.i386.rpm
# * gtk+panda-0.9.5-0+0.orca.1vl1.i386.rpm
# * gtk+panda-devel-0.9.5-0+0.orca.1vl1.i386.rpm
# * jmari-fonts-0.0.20020117-1vl4.i386.rpm
# * libfixed-20011029-1vl2.i386.rpm
# * libfixed-devel-20011029-1vl2.i386.rpm
# * open-cobol-0.8.9-3vl1.i386.rpm
# * open-cobol-libs-0.8.9-3vl1.i386.rpm
# * orca-0.9.27-1vl2.i386.rpm
# * orca-client-0.9.27-1vl2.i386.rpm
# * orca-local-osaka-0.9.25-0vl1.i386.rpm
# * panda-client-1.0.7-0+0.orca.1vl1.i386.rpm
# * panda-server-1.0.7-0+0.orca.1vl1.i386.rpm
#
# 一括ダウンロードは wget にミラーと親無しオプションできます。
wget -m -np http://isweb42.infoseek.co.jp/computer/tgedoh/aptdata/orca/RPMS.i386/
su
# orca アカウントの作成
adduser orca
# ログインシェルの初期化ファイルに /opt/pgsql/bin への
# コマンドパスを追加し、psql コマンドを使えるようにしておく。例えば、
# setenv PG_DIR /opt/pgsql
# setenv PGDATA ${PG_DIR}/data
# setenv PGLIB ${PG_DIR}/lib
# setenv PGPORT 5432
# setenv LD_LIBRARY_PATH $PG_DIR/lib:${LD_LIBRARY_PATH}
# set path=( ${PG_DIR}/bin $path )
#
# rpm2tgz を使って変換
for i in (*.rpm); do rpm2tgz $i; done
# installpkgでインストール
for i in (*.tgz); do installpkg $i; done
# PostgreSQLを起動(postmasterが走ってなければ)
/opt/pgsql/bin/pgsqld start
# orca データベースの初期化
chown -R orca /usr/share/orca /etc/orca
cd /usr/share/orca/init/
sh orca-db-create.sh
sh orca-db-install.sh
sh orca-hospid-set.sh
su - orca -c 'cd /usr/share/orca/init; sh orca-hospid-set.sh'
# ORCAサーバの起動
# /etc/init.d/{glauth,glserver,monitor.sh} がインストールされて
# いるのでそれらを参照する。
su orca
/usr/libexec/panda/glauth -- -password /etc/orca/.orcapwd &
/usr/libexec/panda/glserver -- \
-screen /usr/share/orca/screen -record /usr/share/orca/record > /dev/null &
/usr/libexec/panda/monitor.sh
exit
# ORCA クライアントの実行
# 足りないライブラリのインストール
installpkg contrib-3.0/.all/libglade-0.17.tgz
installpkg contrib-3.0/.all/libghttp-1.0.7.tgz
installpkg GNOME-1.4/.all/gnome-libs-1.4.1.4.tgz
ln -sf /lib/libdb-2.1.2.so /usr/lib/libdb.so.2
/sbin/ldconfig
# フォントの設定
echo "orcaocrb.pfb -jmari-ocrb-regular-r-normal--0-0-0-0-m-0-iso8859-1" \
>>/usr/X11R6/lib/X11/fonts/Type1/fonts.dir
/usr/X11R6/bin/mkfontdir /usr/X11R6/lib/X11/fonts/Type1
cp /usr/X11R6/lib/X11/fonts/Type1/fonts.dir /usr/X11R6/lib/X11/fonts/Type1/fonts.scale
exit
orca-launch
# 場合により画面が表示されますが、フォントが表示されません。
# また、場合によりエラーになります。
# Application "glclient" (process xxxxx)has crashed...
# (Segmentation fault)
#
su
# ORCAサーバの終了
killall -HUP /usr/libexec/panda/monitor
killall /usr/libexec/panda/glserver
killall /usr/libexec/panda/glauth
--
Jun Kuwamura
rC Cm
^
~
- Follow-Ups
-
- [plamo:15136] Re: ORCA はいるか?, nobuhideshimizu
[検索ページ]
[メール一覧]
Plamo ML 公開システム