I'm trying to get bun to run inside a chroot jail.
I've used ldd to gather the shared libraries it should need and copied these over, but get a segmentation fault when actually running bun. Following the same process with node, I'm able to successfully get node running inside chroot.
I figure there's some dependency missing that I need to make sure exists.