Open spockfish opened 4 weeks ago
try adding stdenv_32bit
I've encountered this in the past and my resolution was to add 'gccXXStdEnv.cc.cc.lib' as a "package". 'XX' is the gcc version you're using (ie. gcc13StdEnv.cc.cc.lib). Additionally, I augmented the "env" to contain
"LD_LIBRARY_PATH": "$DEVBOX_PROJECT_ROOT/.devbox/nix/profile/default/lib"
What happened?
A binary won't run because it can't find libstdc++.so.6.
The FAQ mentions this issue and suggests to run
devbox add stdenv.cc.cc.lib
But that fails: it can't find that package.Steps to reproduce
Command
No response
devbox.json
Devbox version
0.13.5
Nix version
nix (Nix) 2.24.7
What system does this bug occur on?
Linux (x86-64)
Debug logs
No response