I have learned that for some compilers, zlib is NOT bundled with phobos, and in order to link the installer script binary, you must include zlib as a linked library.
This is only done on posix systems, because Windows will always have the in-built binary for zlib.
No other code has changed, just the installer.