欢迎各位兄弟 发布技术文章

这里的技术是共享的

You are here

linux下pear安装和配置(ubuntu) 有大用

shiping1 的头像
下面是我用的正确的有效的方法 这个命令安装pear
进到/usr/local/php/bin 这个目录
yum install php-pear  (不必进哪个目录 直接运行这个命令就可以了)
安装了pear后 就可以执行pear的各种命令了
 


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 设置某项配置

来自 http://www.cnblogs.com/DavidYan/articles/2113693.html

普通分类: