On Sunday, 18 February 2024 at 19:22:26 UTC, Sergey wrote:
On Sunday, 18 February 2024 at 13:23:53 UTC, Alain De Vos wrote:
DEFAULT_VERSIONS+= ssl=openssl111
Maybe also could be helpful to share your dub.json, compiler
version and OS version as well.
Compiler :
ldc2 --version :
LDC - the LLVM D compiler (1.36.0):
based on DMD v2.106.1 and LLVM 15.0.7
built with LDC - the LLVM D compiler (1.36.0)
Default target: x86_64-portbld-freebsd14.0
Host CPU: alderlake
dub.json :
{
"authors": [
"x"
],
"copyright": "Copyright © 2024, x",
"dependencies": {
"vibe-d": "~>0.9"
},
"description": "A simple vibe.d server application.",
"license": "proprietary",
"name": "hello"
}