linux下pear安装和配置(ubuntu)

1. 安装 $wget http://pear.php.net/go-pear.phar
2. 配置 $php go-pear.phar 
   1. Installation base ($prefix) : /opt/php5 
   2. Temporary directory for processing : /tmp/pear/install 
   3. Temporary directory for downloads : /tmp/pear/install 
   4. Binaries directory : /opt/php5/bin 
   5. PHP code directory ($php_dir) : /opt/php5/lib/php 
   6. Documentation directory : /opt/php5/docs 
   7. Data directory : /opt/php5/data           
   8. User-modifiable configuration files directory : /opt/php5/cfg 
   9. Public Web Files directory : /opt/php5/www 
   10. Tests directory : /opt/php5/tests 
   11. Name of configuration file : /opt/php5/etc/pear.conf
 根据需要修改配置即可.
3. 常用命令
 pear 查看所有pear相关命令
 pear list 查看已经安装的package
 pear config-show 查看pear的配置
 pear config-get 查看某项配置
 pear config-set 设置某项配置

posted on 2011-07-22 11:27  DavidYanXW  阅读(2809)  评论(0编辑  收藏  举报