diff --git a/docs/versioned_docs/version-v0.24.0/migration_notes.md b/docs/versioned_docs/version-v0.24.0/migration_notes.md index 9f27230a1a0..6bd740024e5 100644 --- a/docs/versioned_docs/version-v0.24.0/migration_notes.md +++ b/docs/versioned_docs/version-v0.24.0/migration_notes.md @@ -6,6 +6,20 @@ keywords: [Noir, notes, migration, updating, upgrading] Noir is in full-speed development. Things break fast, wild, and often. This page attempts to leave some notes on errors you might encounter when upgrading and how to resolve them until proper patches are built. +### `backend encountered an error: libc++.so.1` + +Depending on your OS, you may encounter the following error when running `nargo prove` for the first time: + +```text +The backend encountered an error: "/home/codespace/.nargo/backends/acvm-backend-barretenberg/backend_binary: error while loading shared libraries: libc++.so.1: cannot open shared object file: No such file or directory\n" +``` + +Install the `libc++-dev` library with: + +```bash +sudo apt install libc++-dev +``` + ## ≥0.19 ### Enforcing `compiler_version`