Minimizing packages
Minimizing packages
Posted Jun 27, 2007 21:35 UTC (Wed) by ksmathers (guest, #2353)In reply to: Minimizing packages by hazelsct
Parent article: Counting vulnerabilities
Package dependencies arise from the configuration options selected on the machine where the developer built the system. Source based distributions do not have arbitrary dependencies. If you build an app without another library present, and if it can configure itself for the lack of library, then it does.
That can't happen effectively in a system of compiled packages, but it is only important if you are a minimalist, or if you tend to use packages from different sources (which might therefor have conflicting binary dependencies.)
Posted Jun 28, 2007 5:51 UTC (Thu)
by evgeny (subscriber, #774)
[Link]
I remember from Debian-3.0 days, when I wanted to install the php-odbc module on a server (no X stuff at all), it attempted to install Gtk+, Corba, etc, plus some of Gnome, only because the ODBC GUI setup utility was linked against all those libs. Call me minimalist...
> but it is only important if you are a minimalist,Minimizing packages