https://bugzilla.mindrot.org/show_bug.cgi?id=3168
Darren Tucker <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Darren Tucker <[email protected]> --- 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. _______________________________________________ openssh-bugs mailing list [email protected] https://lists.mindrot.org/mailman/listinfo/openssh-bugs
