diff --git a/libmat2/subprocess.py b/libmat2/subprocess.py
index 25646f8b389e66f38fd992cdace93718287edc78..e9c66d9194663d513642ad70d9237a6b3ec62820 100644
--- a/libmat2/subprocess.py
+++ b/libmat2/subprocess.py
@@ -47,6 +47,7 @@ def _get_bwrap_args(tempdir: str,
          '--chdir', cwd,
          '--unshare-all',
          '--new-session',
+         '--ro-bind', '/etc/ld.so.cache', '/etc/ld.so.cache',
          # XXX: enable --die-with-parent once all supported platforms have
          # a bubblewrap recent enough to support it.
          # '--die-with-parent',