Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Info

This article helps debug the error "ssh: undefined symbol" on SUSE Linux Enterprise Server 15 (SLES15).




Panel
borderColorblack
bgColor#f8f8f8
titleTable of Contents

Table of Contents

Problem

After updating SLES15 SP1 to SP2 or SP3 you might encounter the following when monitoring something via SSH:

Code Block
languagebash
themeRDark
fail: ssh: symbol lookup error: ssh: undefined symbol: EVP_KDF_CTX_free, version OPENSSL_1_1_1d

Solution

This is a SLES15SP2 issue, and as of now, there is only a workaround. Just add either of those settings in your SSH rule before your commands:

Code Block
languagebash
themeRDark
LD_LIBRARY_PATH=/usr/lib64 ssh root@$HOSTNAME$ /usr/bin/check_mk_agent  

unset LD_LIBRARY_PATH; ssh root@$HOSTNAME$ /usr/bin/check_mk_agent 

Filter by label
showLabelsfalse
max5
spacesKB
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel in ( "kb-troubleshooting-article" , "troubleshooting" ) and type = "page" and space = "KB"
labelskb-troubleshooting-article

Page Properties
hiddentrue


Related issues