Missing -lz in src/Makefile.am
Brought to you by:
t1mpy
(Version used: libid3-3.8.0-pre1)
When having libz preinstalled as a shared library, the configure script will detect this correctly. But the resulting libid3.so will not have a link to libz.so (this can be checked with 'ldd libid3.so').
Fix: Add 'libid3_la_LIBADD = -lz' to src/Makefile.am
Logged In: YES
user_id=564388
If this issue is still present in the release of next monday,
please re-open it.