libstdc++.so.6 => not found

This page summarizes the projects mentioned and recommended in the original post on /r/NixOS

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • markdown-preview.nvim

    markdown preview plugin for (neo)vim

  • I'm trying to install the https://github.com/iamcco/markdown-preview.nvim plugin for my nvim config but I am running into issues where the binary can't find libstdc++.so.6.

  • nixpkgs-config

    ~/.config/nixpkgs

  • I configure my neovim through home-manager. My configuration. Pulling vimPlugins from nixpkgs should give you something which works with NixOS (or anywhere for that matter, NixOS is essentially a clean room).

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • nixpkgs

    Nix Packages collection & NixOS

  • This has come up in the past https://github.com/NixOS/nixpkgs/pull/155688. But the gist is that neovim is just a C project, therefore doesn't link against C++. However, many plugins do use C++. And when the plugins are downloaded as pre-compiled binaries, there was no previous loading of C++ libraries and no good "convention" on where to find them. This wouldn't be an issue on FHS systems, as the library in question libstdc++.so.6 is likely to exist.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts