Thanks, the c library is in fact included in the Phidget22 package.
Microsoft.OpenApi.dll localhost.pfx
Newtonsoft.Json.dll runtimes
Phidget22.NET.dll web.config
root@SandboxHost-637853704456090895:/app# cd dll
root@SandboxHost-637853704456090895:/app/dll# ls
x64 x86
root@SandboxHost-637853704456090895:/app/dll# cd X64
bash: cd: X64: No such file or directory
root@SandboxHost-637853704456090895:/app/dll# ls
x64 x86
root@SandboxHost-637853704456090895:/app/dll# cd x64
root@SandboxHost-637853704456090895:/app/dll/x64# ls
phidget22.dll
root@SandboxHost-637853704456090895:/app/dll/x64#
I also installed the library as indicated
RUN curl -fsSL
https://www.phidgets.com/downloads/setup_linux | bash -
RUN apt-get install -y libphidget22
But still, when the c# activates e.g. a Current
using CurrentInput ci = new ();
ci.Open();
I use .NET 5.0.15
And Ubuntu 20.04
It will cause an exception that phidget22 library is not found.
According to my best knowledge, nothing else should be required.
Please advise.