Note that there are some explanatory texts on larger screens.

plurals
  1. POErrors were encountered while processing: libapache2-mod-php5 php5 php5-cli
    primarykey
    data
    text
    <p>I am using Ubuntu 11.10 now. When I struggled to install php5 by typing</p> <pre><code>sudo apt-get install php5 </code></pre> <p>I got this error:</p> <pre><code>...... Errors were encountered while processing: libapache2-mod-php5 php5 php5-cli E: Sub-process /usr/bin/dpkg returned an error code (1) </code></pre> <p>I've tried to do it again, but just got the same error. Then someone suggest me to remove it. I did:</p> <pre><code>sudo apt-get remove --purge php5 </code></pre> <p>and got this error:</p> <pre><code>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 </code></pre> <p>Then I tried to install just php5-cli and got this error:</p> <pre><code>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 (&gt;= 5.3.6-13ubuntu3.8) | libapache2-mod-php5filter (&gt;= 5.3.6-13ubuntu3.8) | php5-cgi (&gt;= 5.3.6-13ubuntu3.8) | php5-fpm (&gt;= 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) </code></pre> <p>I can't open php5-cli though. What's wrong and what should I do?</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload