mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 16:15:55 +03:00
[GH-ISSUE #13] cargo install spotify-tui fails on Ubuntu 19.10 #11
Labels
No labels
bug
enhancement
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-tui#11
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @timburgess on GitHub (Oct 7, 2019).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/13
Hi. First time Rust user so excuse my naivety.
Running
cargo install spotify-tuiproduces:Looking at https://github.com/sfackler/rust-openssl/issues/1164, it appears that openssl-sys v0.9.50 (which is in your dependency chain?) does not work with OpenSSL 1.1.1
@ghost commented on GitHub (Oct 7, 2019):
I solved this error using
sudo apt install libssl-dev, followed bysudo apt install pkg-configI'm running WSL through the Windows Terminal app, Ubuntu 18.04.3
@timburgess commented on GitHub (Oct 7, 2019):
@nhuse9 Thanks! Adding
pkg-configresolved it.@jfvillablanca commented on GitHub (Nov 20, 2022):
I was missing libssl-dev. thank you!