-
Notifications
You must be signed in to change notification settings - Fork 65
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
Error while loading Ultralight libraries #25
Comments
Same result with same example projet 👍 I've try to webfiles folder to test too :) |
This is due to how Linux resolves shared objects but I failed to mention it in the getting started document. Right now it's only checking your system In the future I'd like to use |
I think there is an issue here for Mac users too:
|
@brandonros does setting |
@ImVexed I just tested this, and it does not seem to make any difference. I also tried setting the DYLD_LIBRARY_PATH. This also did not work |
does |
That actually works like a charm, just can't use it on the |
Awesome, this has been documented at: https://github.com/ImVexed/muon/blob/master/README.md#q-my-program-cant-find-libultralightcoresodylib-even-though-its-in-the-same-directory |
@ImVexed this documentation is no longer in the readme and the note on the getting started page isn't helpful. Would be really nice to have better docs on how to get this to work with That said, |
@danawoodman It's right here: https://github.com/ImVexed/muon/blob/master/README.md#q-i-get--libwebcoreso-cannot-open-shared-object-file I just reformatted the phrasing. I'm also not sure that |
Hi,
I've been following the steps in your "Getting Started with Muon" guide but cannot run the binary at the end. I get the following error:
$ ./cra-go ./cra-go: error while loading shared libraries: libWebCore.so: cannot open shared object file: No such file or directory
I assume this means it cannot find the Ultralight libraries in the current directory. However, they are present.
$ pwd /home/me/muon/examples/create-react-app $ ls b0x.yml cra-go go.mod go.sum libAppCore.so libUltralightCore.so libUltralight.so libWebCore.so main.go public README.md webfiles
Any help would be greatly appreciated. Thanks!
The text was updated successfully, but these errors were encountered: