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

Missing libssl-dev dependency #1

Open
GustavoLR548 opened this issue Oct 17, 2024 · 1 comment
Open

Missing libssl-dev dependency #1

GustavoLR548 opened this issue Oct 17, 2024 · 1 comment

Comments

@GustavoLR548
Copy link

Hi, just letting you know that I have been trying to install this signalling server recently, and I faced the following issue when running ```cargo build --release´``

error: failed to run custom build command for `openssl-sys v0.9.103`

I later found out that's because I needed to download the libssl-dev package to my ubuntu. I don't know if this is the standard for other distributions, but I thought it would be interesting to mention in the readme since it is required to actually build the server.

@drwhut
Copy link
Owner

drwhut commented Oct 17, 2024

Yeah, this is normal for using the OpenSSL library in Rust. From what I recall, the error message actually says to install your distribution's ssl-dev library, but I will consider adding a note in the README about this as well.

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

2 participants