Reply To: zlib error crashes server 1328

#5721
rpedde
Participant

@nsr wrote:

Thanks for pointer. Roku can now connect properly with zlib-1.2.1.2.

For anyone trying to build under RH9, the ./configure flags I used are

–enable-sqlite –enable-flac LIBS=-lm CFLAGS=-D_GNU_SOURCE

LIBS needs this because some versions of libFLAC contain an unresolved reference to log().

CFLAGS gets rid of the 4 final implicit function declarations warnings

Nice. Thanks for posting that info.

— Ron