You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm working on building nginx with zlib-ng statically linked.
Currently, nginx cannot be compiled with zlib-ng statically because the build process assumes dynamic linking.
I’ve sent a PR to fix this: #644
To make it work properly, we also need to add a build option to support static linking with zlib-ng.
There have already been several fixes related to zlib-ng, but the current code still doesn't fully support static linking.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm working on building nginx with zlib-ng statically linked.
Currently, nginx cannot be compiled with zlib-ng statically because the build process assumes dynamic linking.
I’ve sent a PR to fix this: #644
To make it work properly, we also need to add a build option to support static linking with zlib-ng.
There have already been several fixes related to zlib-ng, but the current code still doesn't fully support static linking.
Any feedback or thoughts would be appreciated.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions