https://bugzilla.mindrot.org/show_bug.cgi?id=2990
--- Comment #3 from admzzz <[email protected]> --- (In reply to Darren Tucker from comment #2) > > Preprocessor flags: [...] -Iyes/include > > Linker flags: [...] -Lyes/lib > > That looks wrong. What flags did you give to configure? > > > guess that this had to be made in ./autoconf for all users > > In general OpenSSH doesn't need and should not be linked with > pthreads. Generally the only time it's needed is if libcrypto needs > it (which appears to be the case here; it looks like you have a > static libcrypto which is dynamically linked against pthreads). ./configure --with-pie --with-ssl-dir=/usr/local/lib/ --with-libedit --with-ldns --with-zlib --with-selinux LIBS='-pthread' dunno how to check if libcrypto is static or not: $ whereis libcrypto libcrypto: /usr/local/lib/libcrypto.a $ file /usr/local/lib/libcrypto.a /usr/local/lib/libcrypto.a: current ar archive libcrypto is from LibreSSL 2.9.1 and was compiled with --with-pie too, if it does matter. -- 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
