Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(cli): libpq.so.5: cannot open shared object file: No such file or directory #89

Open
l-monninger opened this issue Dec 4, 2023 · 1 comment

Comments

@l-monninger
Copy link
Collaborator

anyone have experience dealing with this error? just did a docker pull, docker pull mvlbs/m1-cli then started a new workspace with docker run -it -v "hello:/workspace" mvlbs/m1-cli /bin/bash and then any command i run gives the error

movement: error while loading shared libraries: libpq.so.5: cannot open shared object file: No such file or directory
@l-monninger
Copy link
Collaborator Author

This appears to be a result of recently making the indexer flag default but failing to install psql deps in the Docker container. As a result, the CLI is compiled with crates which rely on indexer logic and so expect psql. However, I'm unsure why this is being invoked at CLI runtime.

fbd9014
should resolve this issue for now.

The m1-cli image associated with the new CLI should not have this issue: https://github.com/movemntdev/M1/releases/tag/0.2.70 -> https://hub.docker.com/layers/mvlbs/m1-cli/0.2.70/images/sha256-6da39b067a474a5afb4ff414c2481842e415d152f665a6f1261ee296b76712ea?context=repo

However, this release should be considered ALPHA software at the moment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant