- 論壇徽章:
- 0
|
本帖最后由 0216t 于 2011-03-29 02:49 編輯
我在安裝php時,執(zhí)行make 命令顯示的信息 提示錯誤應該是
Wrote PEAR system config file at: /usr/local/php//etc/pear.conf
You may want to add: /usr/local/php//lib/php to your php.ini include_path
/usr/local/src/php-5.3.6/build/shtool install -c ext/phar/phar.phar /usr/local/php//bin
ln -s -f /usr/local/php//bin/phar.phar /usr/local/php//bin/phar
Installing PDO headers: /usr/local/php//include/php/ext/pdo/
解決辦法:
1.rm -rf /usr/local/php/lib/php/.channels
2./usr/local/php/bin/pecl update-channels
我也這樣去做了,可是又反給我一個新的錯誤提示:
[root@test php]# bin/pecl update-channels
Updating channel "doc.php.net"
Channel "doc.php.net" is not responding over http://, failed with message: Connection to `doc.php.net:443' failed: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
Trying channel "doc.php.net" over https:// instead
Cannot retrieve channel.xml for channel "doc.php.net" (Connection to `doc.php.net:443' failed: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?)
Updating channel "pear.php.net"
Channel "pear.php.net" is up to date
Updating channel "pecl.php.net"
Channel "pecl.php.net" is up to date
本人比較菜,希望得到高手幫助! |
|