Hello All,
I try to compile libhbssl on windows platform, but with no succes.
in the README.MD it says:
The
http://www.openssl.org/related/binaries.html gives an 404 (
openssl.org does not provide binaries), so i downloaded and extracted 'openssl-1.1.0b.tar.gz' which is the source.
I set the SET HB_WITH_OPENSSL to the correct path:
SET HB_WITH_OPENSSL=X:\harbour_extern\openssl-1.1.0b\include
but when i do
X:\Harbour\contrib\hbssl>hbmk2 hbssl.hbp
it gives me many errors like:
X:\Harbour32\contrib\hbssl>hbmk2 hbssl.hbp
hbmk2: Building sub-project (level 2): hbssls.hbp
hbmk2: Dependency 'openssl' found: X:\harbour_extern\openssl-1.1.0b\include
hbmk2: Compiling...
In file included from X:/harbour_extern/openssl-1.1.0b/include/openssl/ssl.h:45:0,
from ../../../../hbssl.h:59,
from ../../../../ssl_hb.c:53:
X:/harbour_extern/openssl-1.1.0b/include/openssl/e_os2.h:13:34: fatal error: openssl/opensslconf.h: No such file or directory
compilation terminated.
which is correct because in the include\openssl dir, the file is named
opensslconf.h.in instead of
opensslconf.hSo i probably used the wrong download but don't know the right one. What to do?
Kind regards,
Emmer