`libweston-10.so.0: cannot open shared object file: No such file or directory`
Using Debian Sid/unstable, and building and installing Weston 9.0.0-54-gcf83b48b to /usr/local
, executing /usr/local/bin/weston
fails:
# which weston
/usr/local/bin/weston
# weston
weston: error while loading shared libraries: libweston-10.so.0: cannot open shared object file: No such file or directory
The shared library is installed
# find /usr -name "libweston-10.so.0"
/usr/local/lib/x86_64-linux-gnu/libweston-10.so.0
and setting LD_LIBRARY_PATH=/usr/local/lib/x86_64-linux-gnu/
, Weston starts.
Can Weston do something about that, or is that a problem with Debian’s multi-arch setup?