Floogen / Stardrop

Stardrop is an open-source, cross-platform mod manager for the game Stardew Valley.
https://floogen.gitbook.io/stardrop/
GNU General Public License v3.0
122 stars 33 forks source link

Odd unilsted dependency on Linux #112

Open s-20 opened 1 year ago

s-20 commented 1 year ago

Stardrop seems to require having openssl1.1-devel package to be installed on Fedora. This package conflicts with the regular Openssl package for Fedora, and I don't think it's installed by default on most distributions. I can think of three fixes off the top of my head, but I think the best one would be to make a Flatpak. At a minimum, a note on the Wiki could be added indicating this as a prerequisite.

Mimoja commented 1 year ago

on Ubuntu it is libssl1.1 which is no longer available in 22.10 or 23.04 and needs to be to downloaded from the old focal repo

jambombs24 commented 1 year ago

Is it the same package for Pop!_OS? I'm on 22.04, and this version doesn't seem to be working.

I've seen this issue discussed before in #90, but the links posted there don't work anymore.