On 19/07/07, Nacho Barrientos Arias <[EMAIL PROTECTED]> wrote:
On Thu, Jul 19, 2007 at 01:42:00PM -0300, Eriberto wrote:
> Hello Mentors,
>
> I am packaging a webmail and it needs a webserver with PHP support. I
> used this line:
>
> Depends: apache2|apache,
> libapache2-mod-php5|libapache2-mod-php4|libapache-mod-php5|libapache-mod-php4
What about if I don't wanna see Apache installed on my system and I
want to run the webmail using another package providing httpd (e.g.
lighttpd)? ;)
That's exactly the reason why I recommend to Depend on php5.
$ apt-cache show php5 | grep Depends
Depends: libapache2-mod-php5 (>= 5.2.3-1) | php5-cgi (>= 5.2.3-1),
php5-common (>= 5.2.3-1)
That's more than enough.
Perhaps you want to depend on:
apache2 | httpd, php5 | libapache2-mod-php5, ...
or something like that. HTH.
--
bye,
- Nacho
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
--
Atomo64 - Raphael
Please avoid sending me Word, PowerPoint or Excel attachments.
See http://www.gnu.org/philosophy/no-word-attachments.html
Say NO to Microsoft Office broken standard.
See http://www.noooxml.org/petition
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]