swingmx / swingmusic

Swing Music is a beautiful, self-hosted music player for your local audio files. Like a cooler Spotify ... but bring your own music.
https://swingmx.com
MIT License
757 stars 41 forks source link

libcrypt.so.1: cannot open shared object file #135

Closed nobicycle closed 1 year ago

nobicycle commented 1 year ago
$ ./swingmusic 
[26267] Error loading Python lib '/tmp/_MEIh8xUnT/libpython3.10.so.1.0': dlopen: libcrypt.so.1: cannot open shared object file: No such file or directory

$uname -a Linux tower 6.1.31-2-MANJARO #1 SMP PREEMPT_DYNAMIC Sun Jun 4 12:31:46 UTC 2023 x86_64 GNU/Linux

$ python -V Python 3.11.3

Regards

cwilvx commented 1 year ago

Hello @nobicycle

Check if https://github.com/swing-opensource/swingmusic/issues/123 helps

cwilvx commented 1 year ago

@nobicycle

Did it work?

nobicycle commented 1 year ago

libxcrypt-compat install fixed it. thanks