"`CXXABI_1.3.9' not found" when running nds binaries

  • 7024429
  • 12-Feb-2020
  • 12-Feb-2020

Environment

Linux
eDirectory 9.2

Situation

New eDirectory 9.2 install on a Linux server. Attempts to run ndsconfig result in error messages such as the following:

ndsconfig: /usr/lib64/libstdc++.so.6: version `CXXABI_1.3.8' not found (required by /opt/novell/eDirectory/bin/../lib64/libndssdk.so.1)

Resolution

Unset the LD_LIBRARY_PATH environment variable using the following command:
# export LD_LIBRARY_PATH=

Cause

This kind of issue is typically caused by finding another version of libstdc++ prior to the version that is shipping with eDirectory.