2012-06-28 2 views
4

지금 우분투 11.10을 사용하고 있습니다. 내가 처리하는 동안 오류가 발생했습니다 : libapache2-mod-php5 php5 php5-cli

sudo apt-get install php5 

를 입력하여 PHP5를 설치하기 위해 노력하면이 오류가있어 :

...... 
Errors were encountered while processing: 
libapache2-mod-php5 
php5 
php5-cli 

E: Sub-process /usr/bin/dpkg returned an error code (1) 

내가 다시 할 것을 시도했다,하지만 그냥 같은 오류가 발생했습니다. 그런 다음 누군가가 나를 제거하라고 권합니다. 내가 한 :

sudo apt-get remove --purge php5 

이 오류 가지고 : 다음

Reading package lists... Done 
Building dependency tree  
Reading state information... Done 
The following packages will be REMOVED: 
    php5* 
0 upgraded, 0 newly installed, 1 to remove and 27 not upgraded. 
3 not fully installed or removed. 
After this operation, 20.5 kB disk space will be freed. 
Do you want to continue [Y/n]? y 
(Reading database ... 
dpkg: warning: files list file for package `firefox-locale-en' missing, assuming package has no files currently installed. 
(Reading database ... 161883 files and directories currently installed.) 
Removing php5 ... 
Setting up libapache2-mod-php5 (5.3.6-13ubuntu3.8) ... 
cp: reading `/var/lib/ucf/hashfile.5': Input/output error 
dpkg: error processing libapache2-mod-php5 (--configure): 
subprocess installed post-installation script returned error exit status 1 
Setting up php5-cli (5.3.6-13ubuntu3.8) ... 
cp: reading `/var/lib/ucf/hashfile.5': Input/output error 
dpkg: error processing php5-cli (--configure): 
subprocess installed post-installation script returned error exit status 1 
Errors were encountered while processing: 
libapache2-mod-php5 
php5-cli 

난 그냥 PHP5-CLI를 설치하려고하고이 오류를 가지고 :

Reading package lists... Done 
Building dependency tree  
Reading state information... Done 
php5-cli is already the newest version. 
0 upgraded, 0 newly installed, 0 to remove and 27 not upgraded. 
3 not fully installed or removed. 
After this operation, 0 B of additional disk space will be used. 
Do you want to continue [Y/n]? y 
Setting up libapache2-mod-php5 (5.3.6-13ubuntu3.8) ... 
cp: reading `/var/lib/ucf/hashfile.5': Input/output error 
dpkg: error processing libapache2-mod-php5 (--configure): 
subprocess installed post-installation script returned error exit status 1 
dpkg: dependency problems prevent configuration of php5: 
php5 depends on libapache2-mod-php5 (>= 5.3.6-13ubuntu3.8) | libapache2-mod-php5filter (>= 5.3.6-13ubuntu3.8) | php5-cgi (>= 5.3.6-13ubuntu3.8) | php5-fpm (>= 5.3.6-13ubuntu3.8); however: 
    Package libapache2-mod-php5 is not configured yet. 
    Package libapache2-mod-php5filter is not installed. 
    Package php5-cgi is not installed. 
    Package php5-fpm is not installed. 
dpkg: error processing php5 (--configure): 
dependency problems - leaving unconfigured 
Setting up php5-cli (5.3.6-13ubuntu3.8) ... 
No apport report written because the error message indicates its a followup error from a previous failure. 
cp: reading `/var/lib/ucf/hashfile.5': Input/output error 
dpkg: error processing php5-cli (--configure): 
subprocess installed post-installation script returned error exit status 1 
Errors were encountered while processing: 
libapache2-mod-php5 
php5 
php5-cli 
E: Sub-process /usr/bin/dpkg returned an error code (1) 

을 나는 열린 php5- 수 없습니다 그러나 cli. 무엇이 잘못되었으며 무엇을해야합니까?

+0

-f 설치하기 쉽다는-수 – Tachyons

답변

1

sudo는의 출력이 무엇인지 열기 터미널 및 유형

sudo apt-get install -f