Skip to content

Wrong dependency in Ubuntu 20.04 DEB package #916

@UnasZole

Description

@UnasZole

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 nightly release?

  • This issue is present in the nightly release

Describe the Bug

After installing the Ubuntu 20.04 deb (tried the 0.18.1, and then the nightly), running "sunshine" in the terminal outputs :

$ sunshine
sunshine: error while loading shared libraries: libboost_log.so.1.71.0: cannot open shared object file: No such file or directory

And indeed, the versions of libboost that were installed as deb dependencies are libboost-log1.67.0 libboost-regex1.67.0 libboost-thread1.67.0.
So it seems the binary calls a different version than the one listed in the deb dependencies.

Expected Behavior

sunshine should run without missing library complaints.

Additional Context

No response

Host Operating System

None

Operating System Version

Ubuntu 20.04, Linux 5.4.0-139-generic

Architecture

64 bit

Sunshine commit or version

0.18.1

Package

Linux - 20.04-deb

GPU Type

Nvidia

GPU Model

GeForce GTX 1050 Mobile

GPU Driver/Mesa Version

470.161

Capture Method (Linux Only)

No response

Relevant log output

sunshine: error while loading shared libraries: libboost_log.so.1.71.0: cannot open shared object file: No such file or directory

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions