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

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -