HaxeFoundation / docker-library-haxe

Docker official image for Haxe
https://hub.docker.com/_/haxe/
MIT License
28 stars 8 forks source link

Failed to load library #8

Closed hoseyjoe closed 6 years ago

hoseyjoe commented 6 years ago

We adjusted the docker file to install some haxelibs so that they dont need to be installed by CI. This used to work with Haxe4p4 (Unrelated I am sure). Now when compiling buildpack-deps:stretch-scm I get

Error: load.c(237) : Failed to load library : /usr/local/lib/neko/ssl.ndll (libmbedtls.so.10: cannot open shared object file: No such file or directory)

Called from haxe/remoting/HttpConnection.hx line 63 Called from /usr/src/haxe/std/sys/Http.hx line 58 Called from /usr/src/haxe/std/sys/Http.hx line 236 Called from /usr/src/haxe/std/sys/Http.hx line 60 Called from haxe/remoting/HttpConnection.hx line 64 Called from haxelib/client/Main.hx line 51 Called from haxelib/client/Main.hx line 673 Called from haxelib/client/Main.hx line 422

Any ideas on how to resolve?

hoseyjoe commented 6 years ago

Andyli commit fixed issue for us