From e08432bf3dc91588413cbd7db6f518c88907d531 Mon Sep 17 00:00:00 2001 From: kevaundray Date: Tue, 13 Feb 2024 10:56:15 +0000 Subject: [PATCH] chore(docs): cut new docs version for tag v0.24.0 --- .../version-v0.24.0/migration_notes.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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`