KB Article #178604

symbol lookup error: /usr/lib64/libcrypt.so.20: undefined symbol: gpg_err_set_errno

Problem

Linux command return error as the path towards the libraries needed has been altered by the cft profile.


ps -ef returns:

symbol lookup error: /usr/lib64/libcrypt.so.20: undefined symbol: gpg_err_set_errno

Resolution

From 3.1.3 SP11 and 3.2.4 SP1:

The CFT's libraries will be prefixed so that other shell command can still call system libraries.


Workaround:

env -i can be user to execute shell commands

I:E: env -i ps