A program on CentOS 7
can’t find libubsan.so.1
:
$ ldd .local/debug/main
.....
libubsan.so.1 => not found
The correct method is to install libubsan1
instead of libubsan
.
A program on CentOS 7
can’t find libubsan.so.1
:
$ ldd .local/debug/main
.....
libubsan.so.1 => not found
The correct method is to install libubsan1
instead of libubsan
.