mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 16:15:55 +03:00
[GH-ISSUE #1042] Failed to find OpenSSL development headers. #467
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#467
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 @kerbless on GitHub (Nov 9, 2022).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/1042
I'm trying to build from AUR, but
makepkgruns into:The arch wiki states:
But in my system I have:
The openssl documentation states:
But setting those two environment variables respectively to
/usr/bin/openssland/usr/include/openssldoesn't change anything.If this is not a spotify-tui issue, sorry.
@lahwaacz commented on GitHub (Nov 10, 2022):
Arch Linux has recently upgraded to OpenSSL 3.0, see https://lists.archlinux.org/archives/list/arch-dev-public@lists.archlinux.org/thread/IZT6ADWS5YUUNC7IFBUVYIB7O4QIJGZV/
@Quadrubo commented on GitHub (Nov 10, 2022):
I also encounter this problem, what do I have to do to fix this
@maya-doshi commented on GitHub (Nov 10, 2022):
you can install the
openssl-1.1andopenssl-1.0packages along with the new one.@modMars commented on GitHub (Nov 13, 2022):
How to fix this issue?
I can't get the app to work :(.
@toh995 commented on GitHub (Nov 24, 2022):
Hi @kerbless I noticed you closed this issue. Would you be able to share with us what you did to make it work? 😅
@kerbless commented on GitHub (Nov 24, 2022):
Hi @toh995, I ended up installing the normal version of Spotify, I closed the issue because it's not an issue of spotify-tui but more about how you handle the openssl package.
Have you tried this?
@toh995 commented on GitHub (Nov 25, 2022):
Thanks for the response @kerbless!
Yes, I tried it, no luck. Also doing
yay -S spotifydoesn't work for me either - seems like the AUR package needs to be updated.I guess I'll stick with the web client for now haha
@mrtztg commented on GitHub (Nov 29, 2022):
I have the same problem. I installed
openssl-1.1andopenssl-1.0. But still not success.