[Bug 3168] libssh.a(utf8.o): undefined reference to symbol 'strcasestr@@GLIBC_2.17'

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Mon Jun 1 03:15:26 AEST 2020


https://bugzilla.mindrot.org/show_bug.cgi?id=3168

--- Comment #5 from sukesh gowda <sgowda at altiostar.com> ---
Hi,

I was able to solve the issue. I changed compiler to
aarch64-linux-gnu-gcc and was able to compile.

I am facing one more problem while connecting to ssh subsystem

fxt23190004 /usr/bin # ssh -s -vv -p 2022 root at 127.0.0.1 netconf
OpenSSH_8.2p1, OpenSSL 1.0.2r  26 Feb 2019
debug2: resolve_canonicalize: hostname 127.0.0.1 is address
debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve;
disabling
debug2: ssh_connect_direct
debug1: Connecting to 127.0.0.1 [127.0.0.1] port 2022.
debug1: Connection established.
debug1: identity file /home/root/.ssh/id_rsa type -1
debug1: identity file /home/root/.ssh/id_rsa-cert type -1
debug1: identity file /home/root/.ssh/id_dsa type -1
debug1: identity file /home/root/.ssh/id_dsa-cert type -1
debug1: identity file /home/root/.ssh/id_ecdsa type -1
debug1: identity file /home/root/.ssh/id_ecdsa-cert type -1
debug1: identity file /home/root/.ssh/id_ecdsa_sk type -1
debug1: identity file /home/root/.ssh/id_ecdsa_sk-cert type -1
debug1: identity file /home/root/.ssh/id_ed25519 type -1
debug1: identity file /home/root/.ssh/id_ed25519-cert type -1
debug1: identity file /home/root/.ssh/id_ed25519_sk type -1
debug1: identity file /home/root/.ssh/id_ed25519_sk-cert type -1
debug1: identity file /home/root/.ssh/id_xmss type -1
debug1: identity file /home/root/.ssh/id_xmss-cert type -1
debug1: Local version string SSH-2.0-OpenSSH_8.2
debug1: Remote protocol version 2.0, remote software version
ConfD-7.3.1
debug1: match: ConfD-7.3.1 pat ConfD-* compat 0x00000001
debug2: fd 3 setting O_NONBLOCK
debug1: Authenticating to 127.0.0.1:2022 as 'root'
debug1: SSH2_MSG_KEXINIT sent
Connection closed by 127.0.0.1 port 2022

I am not able to understand why the connection is closed.

Regards,
Sukesh.R

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.


More information about the openssh-bugs mailing list