Re: [naviserver-devel] Problems Compiling in OpenBSD

2017-12-22 Thread Gustaf Neumann
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-

Re: [naviserver-devel] Problems Compiling in OpenBSD

2017-12-22 Thread Roderick
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.

Re: [naviserver-devel] Problems Compiling in OpenBSD

2017-12-21 Thread Gustaf Neumann
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

[naviserver-devel] Problems Compiling in OpenBSD

2017-12-21 Thread Roderick
(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