On 22/05 17.36, Thava Alagu wrote: > Bjorn Munch wrote: > SUNWapch22u Apache Web Server V2.2 (usr) > SUNWapch22r Apache Web Server V2.2 (root) > SUNWapch22m-php5 PHP5 module for Apache Web Server V2.2 > SUNWapch22r-php5 PHP5 module for Apache Web Server V2.2 (root) > > > I don't think these belong here. phppgadmin does not *depend* on > Apache. It could in principle be used with another PHP capable > webserver (I presume). > > For phppgadmin to depend on another package it must explicitly *use* > something from that package. I may of course be mistaken (not very > familiar with this stuff), but I don't think it does. > > I think having this dependency makes the life easier in most > common situations. > Though, this can in principle, be used with any PHP capable webserver, > it is better > to point to specific dependency so that users can automatically install > the dependencies > and ready to go. Atleast if they install all these dependencies, they > are assured to > get the product up and running.
Yes, I see the logic and your point. And sorry for nitpicking, but I get nitpicked against when I try to integrate stuff. :-) I admit that I'm not sure what exactly is meant by dependency between packages, maybe there is a definition somewhere? But I think the focus is in technical dependency, not logical. E.g. I recently integrated pgBouncer (connection pooling for PostgreSQL clients), this tool makes no sense to use unless you have PostgreSQL available, but the package actually does *not* depend on any PostgreSQL packages. - Bjorn