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
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?