HaxeFoundation / hashlink

A virtual machine for Haxe
https://hashlink.haxe.org/
MIT License
810 stars 157 forks source link

./lib/hashlink/src/module.c(373) : FATAL ERROR : Failed to load library ssl.hdll #590

Open bwkam opened 1 year ago

bwkam commented 1 year ago

Hi, I was normally running lime test hl, but I get the following error: ./lib/hashlink/src/module.c(373) : FATAL ERROR : Failed to load library ssl.hdll

lime: 8.0.1 hl: 1.13.0

Not sure if that's a problem with lime or Hashlink though, so I apologize if it's not an issue with Hashlink.

ThePlank commented 1 year ago

something with lime iirc there is a define called -Dno_ssl that removes ssl, the only thing is that you can't use http requests

NotHyper-474 commented 3 months ago

something with lime iirc there is a define called -Dno_ssl that removes ssl, the only thing is that you can't use http requests

Thanks, that did it for me. Still wish this got fixed tho.