Bug#379118: Depends for wordpress

2006-07-25 Thread Fabio Tranchitella
Hi, please modify the depends line as follow: Depends: apache2 | httpd, php5 | php4 | libapache2-mod-php4, php4-mysql | php5-mysql This will install apache2 by default. The bug is caused by apt, which if needs to install a package in order to satisfy a dependency always choosee the first

Bug#379118: Depends for wordpress

2006-07-25 Thread Fabio Tranchitella
Il giorno mar, 25/07/2006 alle 10.22 +0200, Fabio Tranchitella ha scritto: Hi, please modify the depends line as follow: Depends: apache2 | httpd, php5 | php4 | libapache2-mod-php4, php4-mysql | php5-mysql Hi again, sorry but I forgot to invert php4-mysql and php5-mysql for the same

Bug#379118: Depends for wordpress

2006-07-25 Thread Kai Hendry
On 2006-07-25T10:22+0200 Fabio Tranchitella wrote: This will install apache2 by default. The bug is caused by apt, which if needs to install a package in order to satisfy a dependency always choosee the first option when a or-block is in the dependency. In your case, the first block install

Bug#379118: Depends for wordpress

2006-07-25 Thread Fabio Tranchitella
Il giorno mar, 25/07/2006 alle 18.06 +0900, Kai Hendry ha scritto: Hmmm, that's silly. Because if someone does: apt-get install wordpress apache2 Shouldn't it check that apache2 is selected and fulfils the httpd dependency condition, and hence apache isn't required to be installed? It