Comment 4 for bug 544828

Revision history for this message
Paul Gevers (paul-climbing) wrote :

I don't believe the original report was a bug, but an human error. The report said:

"""
The following actions will resolve these dependencies:

Remove the following packages:
libapache2-mod-php5

Install the following packages:
php5
"""

But the reporter did: "apt-get remove libapache2-mod-php5".

Cacti depends on some php(5) implementation, so that should be present. I believe the original problem could have been fixed by:
apt-get install php5-cgi php5 # Make sure an alternative is available for cacti