0

Ubuntu ローカル マシンに Pear をインストールしており、この環境を 1 年近く問題なく使用しています。問題なく梨パッケージを数回更新しました。でも、6月から7月は多かれ少なかれできません。「チャンネル情報を取得中にエラーが発生しました..xmlが無効です(リダイレクトされましたが、場所がありません)。誰か助けてもらえますか?(覚えている限り)Pearで直接何も変更していませんでした。突然、どのパッケージもアップグレードできません。

これは私の pear バージョンです (pear -V):

PEAR Version: 1.9.4
PHP Version: 5.4.9-4ubuntu2.3
Zend Engine Version: 2.4.0
Running on: Linux oficina11 3.8.0-30-generic #44-Ubuntu SMP Thu Aug 22 20:52:24 UTC 2013 x86_64

私の設定(pear config-show):

Configuration (channel pear.php.net):
=====================================
Auto-discover new Channels     auto_discover    1
Default Channel                default_channel  pear.php.net
HTTP Proxy Server Address      http_proxy       <not set>
PEAR server [DEPRECATED]       master_server    pear.php.net
Default Channel Mirror         preferred_mirror pear.php.net
Remote Configuration File      remote_config    <not set>
PEAR executables directory     bin_dir          /usr/bin
PEAR documentation directory   doc_dir          /usr/share/php/doc
PHP extension directory        ext_dir          /usr/lib/php5/20100525+lfs
PEAR directory                 php_dir          /usr/share/php
PEAR Installer cache directory cache_dir        /tmp/pear/cache
PEAR configuration file        cfg_dir          /usr/share/php/cfg
directory
PEAR data directory            data_dir         /usr/share/php/data
PEAR Installer download        download_dir     /build/buildd/php5-5.4.9/pear-build-download
directory
PHP CLI/CGI binary             php_bin          /usr/bin/php
php.ini location               php_ini          <not set>
--program-prefix passed to     php_prefix       <not set>
PHP's ./configure
--program-suffix passed to     php_suffix       <not set>
PHP's ./configure
PEAR Installer temp directory  temp_dir         /tmp/pear/temp
PEAR test directory            test_dir         /usr/share/php/test
PEAR www files directory       www_dir          /usr/share/php/htdocs
Cache TimeToLive               cache_ttl        3600
Preferred Package State        preferred_state  stable
Unix file mask                 umask            2
Debug Log Level                verbose          1
PEAR password (for             password         <not set>
maintainers)
Signature Handling Program     sig_bin          /usr/bin/gpg
Signature Key Directory        sig_keydir       /etc/pear/pearkeys
Signature Key Id               sig_keyid        <not set>
Package Signature Type         sig_type         gpg
PEAR username (for             username         <not set>
maintainers)
User Configuration File        Filename         /root/.pearrc
System Configuration File      Filename         /etc/pear/pear.conf

アップグレードしようとすると返されるメッセージ (pear upgrade-all):

Error getting channel info from components.ez.no: File http://components.ez.no:80/p/packages.xml not valid (redirected but no location)
Error getting channel info from pear.php.net: File http://pear.php.net:80/rest/p/packages.xml not valid (redirected but no location)Error getting channel info from pear.phpunit.de: File http://pear.phpunit.de:80/rest/p/packages.xml not valid (redirected but no location)
... (all the rest of packages)
4

1 に答える 1

2

他の誰かが同様の問題を抱えている場合、それは今解決されています。それはファイアウォールです。何らかの理由で、ブラウザからファイルをダウンロードでき、APT によってパッケージをインストールまたは更新できますが、ファイアウォールが PEAR のダウンロードをブロックしています。セキュリティで保護されたサイトに PEAR URL を追加したところ、機能するようになりました。

于 2013-09-24T14:12:49.953 に答える