dropbear icon indicating copy to clipboard operation
dropbear copied to clipboard

How do I enable zlib?

Open majidhd001 opened this issue 5 months ago • 2 comments

nano config.h /* Use zlib */ #undef DISABLE_ZLIB

But it doesn't work with -C or -Z.

{19:39} ➭ /usr/local/sbin/dropbear -p 8079 -C Invalid option -C

{19:39} ➭ /usr/local/sbin/dropbear -p 8079 -Z Invalid option -Z

majidhd001 avatar Jul 09 '25 11:07 majidhd001

zlib should get autodetected if the header/libraries are found by the configure script. On debian-based systems you need to install zlib1g-dev, or the equivalent for your platform. Dropbear server only enables compression in the server->client direction.

mkj avatar Jul 10 '25 11:07 mkj

tnx my bro

majidhd001 avatar Jul 14 '25 18:07 majidhd001