【问题标题】:Error when installing curl debian squeeze [closed]安装 curl debian 挤压时出错 [关闭]
【发布时间】:2012-02-10 16:57:39
【问题描述】:

我已经设置了一个ISPconfig 服务器,现在正在尝试安装 curl。我正在使用 apt-get 安装 php5-curl,它似乎抛出了一个错误。

在我按“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ý <ondrej@debian.org>  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ý <ondrej@debian.org>  Mon, 04 Jul 2011 10:31:16 +0200

/tmp/tmp93fjeS

请帮我做我应该做的。

【问题讨论】:

  • 应该在 serverfault.com 中询问
  • 我在您的问题中没有看到任何错误消息。

标签: php curl debian


【解决方案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

【讨论】:

    【解决方案2】:

    试着强迫它。

    apt-get install php5-curl -f 
    

    【讨论】:

    • 这会产生同样的结果。不知道发生了什么。
    猜你喜欢
    • 2011-11-28
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2013-03-24
    • 1970-01-01
    • 2016-08-02
    相关资源
    最近更新 更多