-
Notifications
You must be signed in to change notification settings - Fork 6
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
[HELP] Running sic on a managed webserver #1737
Comments
Probably musl can work. For this, make sure you have the musl tools installed. For your convenience (but feel free to build your own of course!), I made a build with musl (latest commit though!). sic-x86_64-unknown-linux-musl-0.22.4+7f5da4.zip If you do want a version with an older glibc, you could also try to build on the webserver itself, or use a docker image. Considering the MSRV of sic is 1.66, you could for example try one of the official Rust 1.66.1 docker images. I couldn't quickly find an image which had
|
Due to the old Thanks for the quick response 👍 |
Hi, I want to run sic on my managed webserver, where a lot of default dependencies are not available.
The
sic-x86_64-unknown-linux-gnu-v0.22.4.tgz
release does not work, so I think I need ax86_64-unknown-linux-musl
binary, because musl doesn't link the dependencies?I'm pretty new to rust and tried to follow the following blog article, but to no success.
https://betterprogramming.pub/cross-compiling-rust-from-mac-to-linux-7fad5a454ab1
Do you think I can solve this issue by running a musl build?
Thanks for your help in advance!
The text was updated successfully, but these errors were encountered: