testing/zita-resampler: doesn't create needed symlink
After compilation of zita-n2j I'm getting error like this:
/ # zita-n2j --buff 150 --jname zita-n2j-wifi 0.0.0.0 9997
Error loading shared library libzita-resampler.so.1: No such file or directory (needed by /usr/bin/zita-n2j)
Error relocating /usr/bin/zita-n2j: _ZN10VResampler5resetEv: symbol not found
Error relocating /usr/bin/zita-n2j: _ZNK10VResampler7inpdistEv: symbol not found
Error relocating /usr/bin/zita-n2j: _ZN10VResampler7processEv: symbol not found
Error relocating /usr/bin/zita-n2j: _ZN10VResampler5setupEdjj: symbol not found
Error relocating /usr/bin/zita-n2j: _ZN10VResamplerC1Ev: symbol not found
Error relocating /usr/bin/zita-n2j: _ZNK10VResampler7inpsizeEv: symbol not found
Error relocating /usr/bin/zita-n2j: _ZN10VResampler10set_rratioEd: symbol not found
Error relocating /usr/bin/zita-n2j: _ZN10VResampler10set_rrfiltEd: symbol not found
Error relocating /usr/bin/zita-n2j: _ZN10VResamplerD1Ev: symbol not found
That means apkbuild probably need to provide symlink of /usr/lib/libzita-resampler.so.1
to /usr/lib/libzita-resampler.so.1.6.2
.
CC: @markand
PS. Update to resampler is available ;D
Edited by Jacek Pruciak