各位大牛, 刚刚接触树莓派,很多地方不明白,现在碰到个棘手的问题,求解决:
安装PHP5-fpm的时候报错,更换apt-get源也依然不行,请大家帮帮小弟:
pi@raspberrypi:~$ sudo apt-get install php5-fpm
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
libreadline6 : Depends: readline-common but it is not going to be installed
libssl1.0.0 : Depends: debconf (>= 0.5) but it is not going to be installed or
debconf-2.0
logrotate : Depends: cron or
anacron but it is not going to be installed or
cron-daemon
Recommends: mailx
php5-fpm : Depends: php5-common (= 5.4.45-0+deb7u5) but it is not going to be installed
Depends: ucf but it is not going to be installed
Depends: tzdata but it is not going to be installed
PreDepends: dpkg (>= 1.16.1~) but it is not going to be installed
sysv-rc : Depends: debconf (>= 0.5) but it is not going to be installed or
debconf-2.0
x11-common : Depends: debconf (>= 0.5) but it is not going to be installed or
debconf-2.0
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages. 其中/etc/apt/source.list内容如下:
环境为:树莓派3 + rasbian(2016-11-25)
apt-get update , upgrade 都尝试过,没效果
|