dpkg:错误:2 个预期程序在 PATH 中找不到或不可执行,无法安装任何内容

dpkg:错误:2 个预期程序在 PATH 中找不到或不可执行,无法安装任何内容

当我尝试在 Linux 服务器上安装任何东西时,我总是收到以下错误:

Last login: Sat Aug 22 10:25:09 2015 from 27.34.97.20
root@s3:~# sudo -i
root@s3:~# su
root@s3:~# apt-get install nginx
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following extra packages will be installed:
nginx-common nginx-full
Suggested packages:
fcgiwrap nginx-doc ssl-cert
The following packages will be REMOVED:
nginx-core
The following NEW packages will be installed:
nginx-full
The following packages will be upgraded:
nginx nginx-common
2 upgraded, 1 newly installed, 1 to remove and 14 not upgraded.
Need to get 0 B/479 kB of archives.
After this operation, 216 kB of additional disk space will be used.
Do you want to continue? [Y/n] Y
dpkg: warning: 'ldconfig' not found in PATH or not executable
dpkg: warning: 'start-stop-daemon' not found in PATH or not executable
dpkg: error: 2 expected programs not found in PATH or not executable
Note: root's PATH should usually contain /usr/local/sbin, /usr/sbin and /sbin
E: Sub-process /usr/bin/dpkg returned an error code (2)
root@s3:~#

相关内容