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

Temporary fix if someone is having problems in Arch Linux new miniupnpc update #2789

Closed
2 tasks done
lvgvspe opened this issue Jul 1, 2024 · 1 comment
Closed
2 tasks done

Comments

@lvgvspe
Copy link

lvgvspe commented Jul 1, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Is your issue described in the documentation?

  • I have read the documentation

Is your issue present in the latest beta/pre-release?

I'm too lazy to test

Describe the Bug

After Arch Linux updated miniupnpc to 2.2.8-1, the service returned an error:
jul 01 13:38:38 sunshine[2342]: /usr/bin/sunshine: error while loading shared libraries: libminiupnpc.so.17: cannot open shared object file: No such file or directory

But I found a temporary solution from an issue on zerotier-one, just create a symlink from the updated version as so:
sudo ln -s /usr/lib/libminiupnpc.so.18 /usr/lib/libminiupnpc.so.17

Just trying to help if someone end up with this error and don't know what to do.

Expected Behavior

The service should appear as "running" on systemd status, but appear as "crashed".

Additional Context

Bug happened after Arch Linux updated miniupnpc to 2.2.8-1

Host Operating System

Linux

Operating System Version

EndeavourOS

Architecture

64 bit

Sunshine commit or version

0.23.1

Package

Linux - AUR (Third Party)

GPU Type

AMD

GPU Model

Radeon VEGA 7

GPU Driver/Mesa Version

24.1.2-1

Capture Method

X11 (Linux)

Config

channels = 4

Apps

No response

Relevant log output

jul 01 13:38:38 sunshine[2342]: /usr/bin/sunshine: error while loading shared libraries: libminiupnpc.so.17: cannot open shared object file: No such file or directory
@ReenigneArcher
Copy link
Member

That fix likely won't help at all when the code actually tries to call the functions.

Anyway, this has already been fixed.

Duplicate of #2775
Duplicate of #2782
Duplicate of #2746

@ReenigneArcher ReenigneArcher closed this as not planned Won't fix, can't repro, duplicate, stale Jul 1, 2024
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