我已经设置了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
请帮助我做我应该做的事。
答案 0 :(得分: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
答案 1 :(得分:0)
尽量强迫它。
apt-get install php5-curl -f