Soren Hansen was so kind to give me instruction how to reproduce the problem reliably:
1. Do a clean Edgy install (I used ubuntu server, but whatever rocks your boat..) 2. Install libapache2-mod-php5 (pulls in apache as well) 3. stop apache (*very* important step as it turns out) 4. sed -i -e s/edgy/feisty/ /etc/apt/sources.list 5. apt-get update ; apt-get install libapache2-mod-php5 The problem is: * php5 gets installed * apache2 upgrade fails, because prerm tries to stop it (failing because it's already stopped) * Any subsequent attempts at doing anything with Apache fails, because php5 has been upgraded breaking API compatibility with apache2 (2.0)). I can reproduce it now too. -- PHP5 breaks apache update https://bugs.launchpad.net/bugs/95325 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
