オープンソースのグループウェアをクライアントに提案することになった。
なので、まずインストールと動作検証をしないと勧めれないということで、
fedora9のwwwサーバにインストールをしてみよう。
aipoのサイトからバイナリをダウンロード(linux版)
で、
# tar -zxvf aipo4050jalinux.tar.gz
できたディレクトリを /home/imamura/public_html/に移動。
で、インストーラ実行。
# sh /home/imamura/public_html/aipo/installer.sh
ここで、メッセージが出る。
install directory is /home/imamura/public_html/aipo
utf8
install directory is /home/imamura/public_html/aipo
aipo_postgres
chpasswd: salt.c:175: gensalt: Assertion `salt_size >= 8 && salt_size <= 16′ が失敗しました.
/home/imamura/public_html/aipo/bin/utf8/installer.sh: line 155: 30970 Done echo ${postgres_user}:$pass
30971 アボートしました| chpasswd
home directory exists
checking bashrc… file exists
checking bash_profile… file exists
backup
bin
license
license.txt
logs
src
checking permissions… ok
gcc (GCC) 4.3.0 20080428 (Red Hat 4.3.0-8)
Copyright (C) 2008 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
checking gcc… ok
checking readline… error
readline-develが見つかりませんでした。
readline-develをインストールしてください。
checking zlib… ok
Aipo4.0.5.0のインストールに失敗しました
groupdel: グループ aipo_postgres は存在しません
で、readline-develをインストール。
# yum install readline-devel
で、再度、インストーラ実行。
# sh /home/imamura/public_html/aipo/installer.sh
今度はうまくいきそうだ・・・
と思ったら、
192.168.100.51:81/aipo/
でアクセスしろといわれたので、アクセスしたが・・・無理だった。
そりゃその通りやね・・・。
アンインストールすることにした。
# rm -rf aipo
# userdel -r aipo_postgres
で、install.confを強引にいじくることにした。
・・・・が、いろいろやってもダメみたい。
外部からアクセスするのにルータやファイアウォール側で設定が必要らしい。
なので月曜日、会社でやることにした。
このページを共有する