Skip to content

linker cannot find -linput on Ubuntu 22.04 #59

Open
@ForwardFeed

Description

I tried the example, got blocked on the compiling.
Because on debian based distribution, the package libinput is called "libinput10" and just no libinput
So i had to create a symlink:
sudo ln -s /usr/lib/x86_64-linux-gnu/libinput.so.10 /usr/lib/x86_64-linux-gnu/libinput.so

And the compiling error vanished.
Since i couldn't find the answer anywhere and struggled to find the solution, i had to post the solution somewhere.

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions