-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to link to librt.so.1 on linux #44
Comments
thanks for reporting. as a workaround you could use attribute "useMapping" "false" on the render control. clearly this is a not optimal since it should be robust to missing mapping support. is there a problem with new sharedmem builds @krauthaufen - any clue? for real diagnosis of the actual problem (wich is hard when not having your system) you could use LD_DEBUG=all dotnet yourapp.dll? maybe this gives a clue. otherwise nm or ldd could help to figure out what is missing. |
I don't think there is a linux without shared-memory support, so i guess this is related to some version trouble with librt? Maybe we should manually try to load librt.so.1? |
I use Fedora 36, and it does have librt. I noticed it attempted to load "liblibrt" |
We have recently changed how we import those functions. Your error message looks like you're using an old version of media. Everything is working on my Ubuntu 22.04 system. |
Got this error at runtime:
I have librt.so.1 installed at /lib
The text was updated successfully, but these errors were encountered: