You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried updating the nuget package from 0.22.3 to 0.22.3.1 I can run my application fine in debug, but if I run it as a docker container I get the following error:
System.DllNotFoundException: 'Unable to load shared library 'delta_rs_bridge' or one of its dependencies. In order to help diagnose loading problems, consider using a tool like strace. If you're using glibc, consider setting the LD_DEBUG environment variable:
/home/site/wwwroot/bin/Debug/net9.0/runtimes/linux-x64/native/delta_rs_bridge.so: cannot open shared object file: No such file or directory
ls of the dictory returns these files:
libdelta_kerner_ffi.so
libdelta_rs_bridge.so
The text was updated successfully, but these errors were encountered:
I tried updating the nuget package from 0.22.3 to 0.22.3.1 I can run my application fine in debug, but if I run it as a docker container I get the following error:
System.DllNotFoundException: 'Unable to load shared library 'delta_rs_bridge' or one of its dependencies. In order to help diagnose loading problems, consider using a tool like strace. If you're using glibc, consider setting the LD_DEBUG environment variable:
/home/site/wwwroot/bin/Debug/net9.0/runtimes/linux-x64/native/delta_rs_bridge.so: cannot open shared object file: No such file or directory
ls of the dictory returns these files:
libdelta_kerner_ffi.so
libdelta_rs_bridge.so
The text was updated successfully, but these errors were encountered: