[Bug 2990] cannot build openssh-portable against libressll 2.9.1
bugzilla-daemon at bugzilla.mindrot.org
bugzilla-daemon at bugzilla.mindrot.org
Tue Apr 9 21:11:16 AEST 2019
https://bugzilla.mindrot.org/show_bug.cgi?id=2990
--- Comment #6 from Darren Tucker <dtucker at dtucker.net> ---
(In reply to admzzz from comment #3)
[...]
> --with-ssl-dir=/usr/local/lib/
That should be /usr/local (it's the top-level directory containing lib/
and include/).
> [...] --with-zlib
--with-zlib is the default, normally you'd only use that to specify an
alternative directory.
> --with-selinux LIBS='-pthread'
>
> dunno how to check if libcrypto is static or not:
>
> $ whereis libcrypto
> libcrypto: /usr/local/lib/libcrypto.a
On most platforms including Linux, .a files are static libraries, .so
are shared libraries.
> $ file /usr/local/lib/libcrypto.a
> /usr/local/lib/libcrypto.a: current ar archive
Static library. Compare:
$ file /usr/local/lib/libcrypto.so.45.0.4
/usr/local/lib/libcrypto.so.45.0.4: ELF 64-bit LSB shared object,
x86-64, version 1 (SYSV), dynamically linked,
BuildID[sha1]=c2bd54fa0ddba657fd1031822948f7d57c01ba13, with
debug_info, not stripped
Anyway, I don't see anything that we could change.
--
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.
More information about the openssh-bugs
mailing list