Maia Mailguard(PEAR)


怒られてるみたいです。
** WARNING! Backed up old pear to /usr/bin/X11/pear_old

The 'pear' command is now at your service at /usr/bin/pear

** The 'pear' command is not currently in your PATH, so you need to
** use '/usr/bin/pear' until you have added
** '/usr/bin' to your PATH environment variable.

Run it without parameters to see the available actions, try 'pear list'
to see what packages are installed, or 'pear help' for help.

For more information about PEAR, see:

  http://pear.php.net/faq.php
  http://cvs.php.net/co.php/pearweb/doc/pear_package_manager.txt?p=1
  http://pear.php.net/manual/

Thanks for using go-pear!
pearが無いぞっと・・・
# pear install Net_POP3
bash: pear: command not found
シンボリックリンク作成
# ln -s /usr/bin/pear5 /usr/bin/pear
これでどうだ!・・・Net_Socketが古いぞっ
# pear install Net_POP3
WARNING: channel "pear.php.net" has updated its protocols, use "channel-update pear.php.net" to update
Did not download dependencies: pear/Net_Socket, use --alldeps or --onlyreqdeps to download automatically
pear/Net_POP3 requires package "pear/Net_Socket" (version >= 1.0)
No valid packages found
install failed
おっOKですね!
# pear install Net_Socket
WARNING: channel "pear.php.net" has updated its protocols, use "channel-update pear.php.net" to update
downloading Net_Socket-1.0.8.tgz ...
Starting to download Net_Socket-1.0.8.tgz (5,441 bytes)
.....done: 5,441 bytes
install ok: channel://pear.php.net/Net_Socket-1.0.8

Net_POP3インストールOK
# pear install Net_POP3
WARNING: channel "pear.php.net" has updated its protocols, use "channel-update pear.php.net" to update
downloading Net_POP3-1.3.6.tgz ...
Starting to download Net_POP3-1.3.6.tgz (10,076 bytes)
.....done: 10,076 bytes
install ok: channel://pear.php.net/Net_POP3-1.3.6