php-4.4.6へバージョンアップ

php-4.4.6にバージョンアップしたのだが、pearの依存関係で以下のメッセージが出た。バージョン番号がちがうみたい。

# make install
Installing PHP SAPI module:       apache2handler
/usr/local/apache2/build/instdso.sh SH_LIBTOOL='/usr/local/apache2/build/libtool' libphp4.la /usr/local/apache2/modules
/usr/local/apache2/build/libtool --mode=install cp libphp4.la /usr/local/apache2/modules/
cp .libs/libphp4.so /usr/local/apache2/modules/libphp4.so
cp .libs/libphp4.lai /usr/local/apache2/modules/libphp4.la
libtool: install: warning: remember to run `libtool --finish /home/xxxxxx/Archives/php-4.4.6/libs'
chmod 755 /usr/local/apache2/modules/libphp4.so
[activating module `php4' in /usr/local/apache2/conf/httpd.conf]
Installing PHP CLI binary:        /usr/local/php4/bin/
Installing PHP CLI man page:      /usr/local/php4/man/man1/
Installing PEAR environment:      /usr/local/php4/lib/php/
[PEAR] Archive_Tar    - upgraded:  1.3.2
pear/pear dependency package "pear/Console_Getopt" downloaded version 1.2.1 is not the recommended version 1.2, but may be compatible, use --force to install
pear/Console_Getopt cannot be installed, conflicts with installed packages

Notice: Only variables should be assigned by reference in /home/xxxxxx/Archives/php-4.4.6/pear/PEAR/Installer.php on line 990
[PEAR] Console_Getopt: Installation failed: invalid package file
[PEAR] HTML_Template_IT- already installed: 1.1
[PEAR] Net_UserAgent_Detect- already installed: 2.0.1
pear/PEAR requires package "pear/Structures_Graph" (recommended version 1.0.2)
pear/PEAR dependency package "pear/Console_Getopt" installed version 1.2 is not the recommended version 1.2.1, but may be compatible, use --force to install
pear/PEAR can optionally use package "pear/XML_RPC" (version >= 1.4.0)

Notice: Only variables should be assigned by reference in /home/xxxxxx/Archives/php-4.4.6/pear/PEAR/Installer.php on line 990
[PEAR] PEAR: Installation failed: invalid package file
[PEAR] Structures_Graph- installed: 1.0.2
Installing build environment:     /usr/local/php4/lib/php/build/
Installing header files:          /usr/local/php4/include/php/
Installing helper programs:       /usr/local/php4/bin/
  program: phpize
  program: php-config
Installing man pages:             /usr/local/php4/man/man1/
  page: phpize.1
  page: php-config.1
#

$ pear list
Installed packages, channel pear.php.net:
=========================================
Package              Version State
Archive_Tar          1.3.2   stable
Console_Getopt       1.2     stable
HTML_Template_IT     1.1     stable
Net_UserAgent_Detect 2.0.1   stable
PEAR                 1.4.9   stable
PhpDocumentor        1.3.1   stable
Structures_Graph     1.0.2   stable
XML_Beautifier       1.1     stable
XML_Parser           1.2.8   stable
XML_Util             1.1.2   stable

pearはPhpDocumentor入れたぐらいでなにもしてないんだけどなぁ。