-
Notifications
You must be signed in to change notification settings - Fork 1
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
missing Rust prebuilds with Docker #15
Comments
For the Dockerfile I had to add: RUN apk update && apk add --no-cache rust cargo
RUN cargo install nj-cli
ENV PATH="/root/.cargo/bin:${PATH}" That solves the error on install, but now getting this error on runtime:
|
Related to fraction/oasis#747 |
Hmm, unfortunate. We should eventually have a way of installing ssb-db2 that bypasses rsjs, for emergencies. But in the meanwhile, I searched the web for solutions to the
It's weird though, why is it getting the linux-x64 prebuild if raspberry pi is linux-arm (or linux-armv8)? Also: https://dustri.org/b/error-loading-shared-library-ld-linux-x86-64so2-on-alpine-linux.html |
Thanks @staltz! I'm actually trying to build the Docker image from an amd64 linux machine. Added
On the Pi I've been trying to run natively with node, but I was getting this:
Had to create a build for arm by cloning |
Trying to run
ssb-db2
on a freshly installed RaspbianOS (Pi 3+) running node v16.13. Also getting same error during install when trying to build a Docker image with ssb-db2.Any missing dependencies?
The text was updated successfully, but these errors were encountered: