PixlOne / logiops

An unofficial userspace driver for HID++ Logitech devices
GNU General Public License v3.0
3.31k stars 263 forks source link

Unable to upgrade to v3 -- missing dependency libipcgull.so #372

Closed sqrt-7 closed 1 year ago

sqrt-7 commented 1 year ago

trying to upgrade on opensuse tumbleweed Problem: nothing provides 'libipcgull.so()(64bit)' needed by the to be installed logiops-0.3.1-4.1.x86_64

Tried to compile it from source ( github.com/PixlOne/ipcgull ) but I'm too dumb, some step-by-step help would be appreciated.

PixlOne commented 1 year ago

The library is statically linked, so it is not provided.

This is an issue with the package you're using, I'm not sure who maintains it on OpenSUSE but you should file a bug report with them.

In the meantime, until they fix it, you can follow the build instructions in the README for this repository.