Closed mac-can closed 2 months ago
This issue also applies to programs or Apps that are loading the PCBUSB-Library from /usr/local/lib (the default installation folder).
/usr/local/lib
Add the linker option -rpath /usr/local/lib to your linker script to solve the issue.
-rpath /usr/local/lib
Fix with version 0.12.2
This issue also applies to programs or Apps that are loading the PCBUSB-Library from
/usr/local/lib
(the default installation folder).Add the linker option
-rpath /usr/local/lib
to your linker script to solve the issue.