2012-02-10 7 views
0

ISPconfigサーバをセットアップして、curlをインストールしようとしています。私はapt-getを使ってphp5-curlをインストールしていますが、これはエラーを投げかけているようです。私はそれがcurl debian squeezeをインストールするときのエラー

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 

は私が何をすべきかで私を助けてくださいと言う画面に私を取るインストール受け入れるために「Y」を押した後

+0

私はあなたの質問のいずれかのエラーメッセージが表示されないserverfault.com –

+1

に依頼する必要があります。 – hakre

答えて

1

この問題に関する最新情報を提供したいと考えています。私はserverfaultにもこの問題を投稿し、apt-listchangesを削除してからやり直してください。これを行うことができました。

apt-get remove apt-listchanges 

その後

apt-get install php5-curl 

これは私にとって魅力のように働きました。

https://serverfault.com/questions/359619/error-when-installing-curl-debian-squeeze

0

これを強制してください。

apt-get install php5-curl -f 
+0

同じことが起こります。何が起こっているか分からない。 – bretterer

関連する問題