postgres@pavilion:/home/yano$ createdb **mtdb**
postgres@pavilion:/home/yano$ createuser mtos
postgres@pavilion:/home/yano$ psql -d **mtdb** -c "ALTER ROLE mtos with PASSWORD '********';"
ALTER ROLE
postgres@pavilion:/home/yano$
yano@pavilion:~/php-5.2.9$ ./configure --prefix=/usr/local/php-5.2.9 --enable-mbstring=ja --enable-zend-multibyte --enable-mbregex --with-apxs2=/usr/bin/apxs2 --with-mysql=/usr/bin/mysql --with-gd --with-zlib
yano@pavilion:~/php-5.2.9$ make
yano@pavilion:~/php-5.2.9$ make test