There is now an updated version of the release candidate on sourceforge,
addressing as well the RLIMIT issue. I have installed OpenBSD 6.2 on a
virtual machine and it
compiled nicely with "gmake LIBS=-lpthread". The regression tests are a
well fine
(sometimes the regression test ends with a non-
Thanks, Gustaf!
concerning 2:
build with LIBS specified should help, e.g.
gmake LIBS=-lpthread
I tried with the variables and at the end, the only that worked was to
give manually the cc command in the two cases mentioned. When doing
gmake, flag -pthread is used, but not in theese two cases.
Dear Rodrigo,
concerning 1:
As it seems, OpenBSD uses LibreSSL and not OpenSSL,
LibreSSL pretends to be OpenSSL 2.0.0 (!!!), which does not exist,
so all version comparisons fail hopelessly
concerning 2:
build with LIBS specified should help, e.g.
gmake LIBS=-lpthread
(1) I cannot compile with openssl, because it seems to need
openssl-1.1.0 that changed the names of some funcions of openssl-1.0.2
(EVP_MD_CTX_free for EVP_MD_CTX_destroy, etc). I failed to build
openssl-1.1.0 and did not try too much.
(2)
Doing:
cc -L../nsthread -L../nsd -L../nsdb -o nsd main