From a6270f4e119cdad524c22a3d625119faeb2406c4 Mon Sep 17 00:00:00 2001 From: Brett Jia Date: Fri, 26 Jan 2024 23:27:09 -0500 Subject: [PATCH] try adding libpthread --- scripts/qemu_aarch64_interpreter | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/qemu_aarch64_interpreter b/scripts/qemu_aarch64_interpreter index c15b01d5..ba1909a6 100755 --- a/scripts/qemu_aarch64_interpreter +++ b/scripts/qemu_aarch64_interpreter @@ -6,6 +6,7 @@ # so first patch the program patchelf --add-rpath /usr/aarch64-linux-gnu/lib/ $1 patchelf --add-needed libm.so.6 $1 +patchelf --add-needed libpthread.so.0 $1 # run the interpreter qemu-aarch64-static "$@" \ No newline at end of file