2012-02-10 109 views
0

我已經設置了一個ISPconfig服務器,現在正在嘗試安裝curl。我使用apt-get來安裝php5-curl,它似乎在拋出一個錯誤。安裝curl debian擠出錯誤

後,我按「Y」接受安裝需要我,說

php5 (5.3.3-7+squeeze5) squeeze-security; urgency=high 

    * The following new directives were added as part of security fixes: 
    - max_input_vars - specifies how many GET/POST/COOKIE input variables 
     may be accepted. Default value is set to 1000. 
    - xsl.security_prefs - define forbidden operations within XSLT 
     stylesheets. Write operations are now disabled by default. 

-- Ondřej Surý <[email protected]> Mon, 23 Jan 2012 12:22:26 +0100 

php5 (5.3.3-7+squeeze4) squeeze-security; urgency=low 

    * Updated blowfish crypt() algorithm fixes the 8-bit character handling 
    vulnerability (CVE-2011-2483) and adds more self-tests. Unfortunately 
    this change is incompatible with some old (wrong) generated hashes for 
    passwords containing 8-bit characters. Therefore the new salt prefix 
    '$2x$' was introduced which can be used as a replacement for '$2a$' 
    salt prefix in the password database in case the incompatibility is 
    found. 

-- Ondřej Surý <[email protected]> Mon, 04 Jul 2011 10:31:16 +0200 

/tmp/tmp93fjeS 

請幫我我應該做的一個畫面。

+0

應該問serverfault.com – 2012-02-10 16:58:59

+1

我沒有看到任何錯誤信息在你的問題。 – hakre 2012-02-10 17:16:22

回答

0

試着強制它。

apt-get install php5-curl -f 
+0

生產同樣的東西。不知道發生了什麼事。 – bretterer 2012-02-13 15:35:22