Skip to content

Application fails to start – missing libmpv.so.2 on Ubuntu 22.04 #4

@ArmanTaheriGhaleTaki

Description

@ArmanTaheriGhaleTaki

Description

I downloaded the .deb package and installed it using dpkg, but the application does not start after installation.

When running the binary, it fails with a shared library error related to libmpv.

I tried installing the suggested dependency, but the problem persists.

Steps to Reproduce

Download the .deb package

Install it using:

sudo dpkg -i ccloud.deb

Run the application:

ccloud_gui

Expected Behavior

The application should start normally after installation.

Actual Behavior

The application fails to start with the following error:

ccloud_gui: error while loading shared libraries: libmpv.so.2: cannot open shared object file: No such file or directory

Troubleshooting Performed

I attempted to install the missing dependency:

sudo apt install libmpv-dev

The issue still occurs after installation

The file libmpv.so.2 is still not available on the system

Operating System

Ubuntu 22.04.5 LTS (Jammy Jellyfish)

Output of /etc/os-release:

PRETTY_NAME="Ubuntu 22.04.5 LTS"
NAME="Ubuntu"
VERSION_ID="22.04"
VERSION="22.04.5 LTS (Jammy Jellyfish)"
VERSION_CODENAME=jammy
ID=ubuntu
ID_LIKE=debian

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions