0

yum を使用して PHP モジュールを更新しようとしていますが、エラーが発生します。

これが私が試して見ているものです:

 yum install php-ldap

結果 :

Loaded plugins: product-id, refresh-packagekit, rhnplugin, security,
          : subscription-manager
Updating certificate-based repositories.
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package php-ldap.x86_64 0:5.3.3-3.el6_2.6 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package       Arch        Version              Repository                 Size
================================================================================
Installing:
 php-ldap      x86_64      5.3.3-3.el6_2.6      rhel-x86_64-server-6       36 k

Transaction Summary
================================================================================
Install       1 Package(s)

Total download size: 36 k
Installed size: 0
Is this ok [y/N]: y
Downloading Packages:


Error Downloading Packages:
  php-ldap-5.3.3-3.el6_2.6.x86_64: failed to retrieve getPackage/php-ldap-5.3.3-          3.el6_2.6.x86_64.rpm from rhel-x86_64-server-6
error was [Errno 14] PYCURL ERROR 7 - "couldn't connect to host"

今夜、このモジュールをインストールする必要があります。私の代替手段は何ですか?

ありがとう

4

1 に答える 1

1

問題は、ネットワーク管理者がそのマシンからのインターネットへのアクセスをブロックしていたことでした。ヤムはちょうどタイムアウトしていました。

于 2012-05-29T17:47:46.467 に答える