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

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Fri May 22 08:33:43 AEST 2020


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

Darren Tucker <dtucker at dtucker.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dtucker at dtucker.net

--- Comment #1 from Darren Tucker <dtucker at dtucker.net> ---
Configure should have detected that you don't have strcasestr.  What is
HAVE_STRCASESTR set to in config.h

There's also something weird about your build environment:

> /tools/xilinx/SDK/2019.1/gnu/aarch64/lin/aarch64-linux/bin/aarch64-linux-gnu-ld: /new-home/sukeshg/svnwork/ant-confd/os/../art/os-ant-revi/buildos/openssh/openssh-portable-V_8_2_P1/openbsd-compat//libssh.a(utf8.o): undefined reference to symbol 'strcasestr@@GLIBC_2.17'

libssh.a lives in the top level directory not openbsd-compat.  How are
you running configure?  Also make sure you don't have a config.h from
another system in the path somewhere.

-- 
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