Hi Aron, On Fri, May 31, 2013 09:55, Aron Peter Fabian wrote: > I'm using a webserver setup built on NGINX and PHP-FPM. > I would like to use the Debian package version of Squirrelmail, but it has > dependency to libapache2-mod-php therefore can't be installed without > installing the unnecessary apache2 and mod_php. > I would expect a more flexible dependency list (like phpmyadmin) where all > Debian-supported php options are available, therefore the package could be > used without installing apache2.
Squirrelmail has the following depends line: Depends: apache2 | httpd, libapache2-mod-php5 | php5 | php5-cgi, perl so any web server providing 'httpd', and having at least 'php5' installed will satisfy this. So I'm not sure why your combination would not be possible? Cheers, Thijs -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

