nchan icon indicating copy to clipboard operation
nchan copied to clipboard

Unable to compile with Nginx 25.3

Open theonlyzby opened this issue 1 year ago • 1 comments

I am trying to compile wih NGINX 25.3 (Openresy 25.3.1) on a Aarch64 Debian Bookworm , I get the following errors:

/opt/openresty-1.25.3.1/../nchan-1.3.6/src/subscribers/websocket.c:852:21: error: ‘permessage_deflate_t’ has no member named ‘zstream_in’ 852 | if(fsub->deflate.zstream_in) { | ^

Do you know how I could fix this, please? Any help is welcome, thank you in advance!

theonlyzby avatar Feb 02 '24 21:02 theonlyzby

The issue is that Nchan expects the zlib module to be built. but for some reason it's not detecting it. What exactly is your build process?

slact avatar Feb 23 '24 23:02 slact

stale

slact avatar Sep 18 '24 19:09 slact