Hi Javier, On 07/10/2019 11:28, Javier Candeira wrote:
It's here:$ ls -la /usr/lib/libode.a -rw-r--r-- 1 root root 17923328 Oct 7 10:13 /usr/lib/libode.a
.a is static library
ldconfig is for the dynamic linker (.so) and knows nothing about static libraries (.a).But it's not found: $ ldconfig -p | grep libode <crickets>
I don't have a solution, just this information, sorry. Claude -- https://mathr.co.uk
