Upgrade system libraries in Native Environments
R
Rohith Varanasi
I would like to upgrade a native dependency in an Elixir Native Environment.
I am getting the following error: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.26' not found.
As a work around this service was moved to a Docker container.
Log In