Hello,
I am encountering the following error when trying to run a program on AIX:
Symbol resolution failed for /opt/freeware/lib/libglib-2.0.a[libglib-2.0.so.0] because 0509-136 Symbol _GLOBAL__AIXI_libatomic_so (number 215) is not exported from dependent module /usr/lib/libatomic.a[libatomic.so.1]
[echo] java.lang.UnsatisfiedLinkError: fontmanager ( 0509-130 Symbol resolution failed for /opt/freeware/lib/libglib-2.0.a[libglib-2.0.so.0] because:
[echo] 0509-136 Symbol _GLOBAL__AIXI_libatomic_so (number 215) is not exported from
[echo] dependent module /usr/lib/libatomic.a[libatomic.so.1].
[echo] 0509-136 Symbol _GLOBAL__AIXD_libatomic_so (number 216) is not exported from
[echo] dependent module /usr/lib/libatomic.a[libatomic.so.1].
[echo] 0509-022 Cannot load module /sw/gridm8/base/SASPrivateJavaRuntimeEnvironment/9.4/jre/lib/libfontmanager.so.
It appears there is a conflict with the libatomic library.
Does anyone have suggestions for resolving this symbol resolution failure? I'm not sure what else to try at this point. Any guidance would be greatly appreciated!
Thanks in advance for your help.