我在VPS上运行Debian上的Apache 2。 当然,我有我的PHP包的受限制GD库的问题,我需要修复它(我需要imagerotate()函数)。 在安装php-gd pugin之前,有必要将php 5.2更新到php 5.3
我的/etc/apt/sources.list是:
#deb http://ftp.ru.debian.org/debian/ lenny main contrib non-free #deb http://security.debian.org lenny/updates main contrib non-free #deb http://ftp.ru.debian.org/debian lenny main #deb-src http://volatile.debian.org/debian-volatile lenny/volatile main contrib deb http://packages.dotdeb.org stable all deb-src http://packages.dotdeb.org stable all
apt-get dist-ugprade执行后出现问题:
/$ apt-get update Hit http://packages.dotdeb.org stable Release.gpg Hit http://packages.dotdeb.org stable Release Ign http://packages.dotdeb.org stable/all Packages/DiffIndex Ign http://packages.dotdeb.org stable/all Sources/DiffIndex Hit http://packages.dotdeb.org stable/all Packages Hit http://packages.dotdeb.org stable/all Sources Reading package lists... /$ apt-get dist-ugprade E: Invalid operation dist-ugprade
什么会导致这个问题? Reading package lists...我应该等多less? 是否有任何简单的指导方针进一步的PHP-GD安装?
你犯了一个错字: dist-upgrade (在升级中 )