Seeing ``_d_arraybounds_slice`` missing sounds like druntime isn't being linked against.It is possible that your distribution of ldc doesn't include a static build of druntime/phobos. You need to verify that ld is trying to link against a static build and that static build exists.
`curl -fsS https://dlang.org/install.sh | bash -s ldc`