FC2にAipoを入れる

続きまして、FC2にAipoを入れてみます。

まずはGCCがないので、GCCのインストール。

1) GCCのインストール

yum install gcc readline-devel zlib-devel

2) Aipoのインストール

まずここからダウンロード
http://aipostyle.com/download/

次にrootになり

#yum install readline-devel
# tar -zxvf aipo4040ja_linux.tar.gz
# cd /home/username/aipo4040ja_linux
# tar -xvzf aipo4040.tar.gz
# cd aipo4040ja_linux
# mv aipo /usr/local/
# cd /usr/local/aipo/bin

install.confの以下を編集
netitf=venet0:0

なんと、sudoがバグってるようで、このままではインストールが出来ない。。。
こんなエラーが!
sudo: Error dropping capabilities, aborting

で、バージョンアップしたり、いじくりまくってみたのですが。。。

install directory is /usr/local/aipo/.
utf8
install directory is /usr/local/aipo/.
aipo_postgres
group aipo_postgres exists.
useradd: invalid numeric argument 'aipo_postgres'
chpasswd: line 1: unknown user aipo_postgres
chpasswd: error detected, changes ignored
home directory exists
chown: `aipo_postgres:aipo_postgres': invalid user
checking bashrc... file exists
checking bash_profile... file exists
sudo: no passwd entry for aipo_postgres!
checking permissions... ERROR invalid permissions
aipo_postgres は /usr/local/aipo/. にアクセスできません。
gcc (GCC) 4.1.2 20080704 (Red Hat 4.1.2-44)
Copyright (C) 2006 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... ok
checking zlib... ok
Aipo4.0.4.0のインストールに失敗しました
userdel: user aipo_postgres does not exist
groupdel: group aipo_postgres does not exist

もう無理。。。