dlopen issue on ppc64le
Issue
Code returns dlerror=./libuvmpli.lnppc.so: undefined symbol: vpi_put_value
when we execute a binary in ppc64le, but I assume it should return dlerror=(null)
as we are using RTLD_LAZY. The same test on aarch64 and x86_64 returns dlerror=(null)
.
Environment
- Red Hat Enterprise Linux 7.2 ppc64le
- Red Hat Developer Toolset 9.1 RHEL 7
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.