You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My guess is that this is because abc is built in what4-solvers to rely on some shared libraries such as libreadline, but which are not present in the saw-remote-api container. Since the binaries are copied from the what4-solvers release into the saw-remote-api container, abc can't find those shared libraries.
Good catch. I think adding libreadline-dev to the list of packages installed in saw-remote-api's Dockerfile should fix this issue, similarly to how it's done in saw's Dockerfile.
My guess is that this is because
abc
is built inwhat4-solvers
to rely on some shared libraries such as libreadline, but which are not present in thesaw-remote-api
container. Since the binaries are copied from thewhat4-solvers
release into thesaw-remote-api
container,abc
can't find those shared libraries.https://github.com/GaloisInc/saw-script/blob/master/saw-remote-api/Dockerfile
The text was updated successfully, but these errors were encountered: