I was trying to install node 24 on AIX 7.2 TL1 and was getting the following error
# ./node -v
exec(): 0509-036 Cannot load program node because of the following errors:
rtld: 0712-001 Symbol strftime_l was referenced
from module /opt/freeware/lib/pthread/ppc64/libstdc++.a(libstdc++.so.6), but a runtime definition
of the symbol was not found.
rtld: 0712-002 fatal error: exiting.
Following RPM installed.
libgcc-13-1.ppc
libstdc++-13-1.ppc
libgcc13-13.3.0-1.ppc
libstdc++13-13.3.0-1.ppc
Any help on what might be causing the issue?
------------------------------
Vandy N
------------------------------