I try to install zm on my Archlinux ARM with yaourt (package manager) and I get this error
Code: Select all
/usr/bin/ld: warning: libx264.so.144, needed by /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/5.2.0/../../../libavcodec.so, not found (try using -rpath or -rpath-link)
I tried to create a link /usr/lib/libx264.so.144 to /usr/lib/libx264.so.148 but I have other error messages.
I have access to the source files because compilation is started on my machine (yaourt not distributed binaries).
So I can change compilation settings if one tells me what there is to change.
How to get around the problem?
Thanks