Gzip vs Gzip static

Hi,

This may be a silly question, but, does gzip static depend/extend
gzip, or can i just compile with gzip static and without gzip? I would
assume either gzip or gzip+static, but i’d like to confirm.

Thanks,
Nuno

On Mon, May 16, 2011 at 09:21:32AM +0100, Nuno Magalhes wrote:

Hi,

This may be a silly question, but, does gzip static depend/extend
gzip, or can i just compile with gzip static and without gzip? I would
assume either gzip or gzip+static, but i’d like to confirm.

gzip_static does not depend on gzip filter. You can use gzip_static
without compiled gzip filter.


Igor S.