linux - Library links to /usr/lib64, but I need the one from /usr/local/lib64 -
i'm getting weird problem
ag: /usr/lib64/liblzma.so.5: no version information available (required ag)
for reason preinstalled library no good. okay, install liblzma source, how link against it? makefile says:
-l/usr/local/lib64 -llzma
but here's result, still take /usr/lib64 default apparently: ldd ag
liblzma.so.5 => /usr/lib64/liblzma.so.5
update /etc/ld.so.conf make /usr/local/lib64 before /usr/lib64 ? , run ldconfig root
Comments
Post a Comment