https://bugzilla.mindrot.org/show_bug.cgi?id=2990
--- Comment #7 from admzzz <[email protected]> --- halfsolved ;-) i'd deleted previous directory, and redid all steps again: $ cd build $ git clone https://github.com/openssh/openssh-portable.git $ cd openssh-portable $ autoreconf #######$ ./configure --with-pie --with-ssl-dir=/usr/local/lib/ --with-libedit --with-ldns --with-zlib --with-selinux LIBS='-pthread' adding key to ./configure one by one the mistake was catched: -Iyes/include & -Lyes/lib are caused by --with-ldns key (without it all ok, rechecked this too). dunno what to check next and how. -- You are receiving this mail because: You are watching someone on the CC list of the bug. You are watching the assignee of the bug. _______________________________________________ openssh-bugs mailing list [email protected] https://lists.mindrot.org/mailman/listinfo/openssh-bugs
