ユーザ用ツール

サイト用ツール


サイドバー

このページの翻訳:



最近の更新



Tag Cloud

11_php:04_library:06_can_not_install_pear_db

06 PEAR DBがインストールできない

こんなエラーが

チャンネルファイルが壊れてしまっているらしい。。。

# pear install DB
pear.php.net is using a unsupported protocal - This should never happen.
install failed

対処

# cd `pear config-get php_dir`
# mv .channels .channels-broken
# pear update-channels
Updating channel "doc.php.net"
Update of Channel "doc.php.net" succeeded
Updating channel "pear.php.net"
Update of Channel "pear.php.net" succeeded
Updating channel "pecl.php.net"
Update of Channel "pecl.php.net" succeeded

再度インストール

# pear install DB
WARNING: "pear/DB" is deprecated in favor of "pear/MDB2"
downloading DB-1.7.13.tgz ...
Starting to download DB-1.7.13.tgz (132,246 bytes)
.........done: 132,246 bytes
install ok: channel://pear.php.net/DB-1.7.13
11_php/04_library/06_can_not_install_pear_db.txt · 最終更新: 2016/01/21 15:56 by matsui