Error during compilation

Forum for questions and support relating to the 1.28.x releases only.
Locked
Kinoha
Posts: 6
Joined: Mon Feb 02, 2015 3:22 pm

Error during compilation

Post by Kinoha »

Hello

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)
My libx264 version is 148 and /usr/lib/libx264.so.148 exist on my machine.

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
Locked