-
Notifications
You must be signed in to change notification settings - Fork 0
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
Requires libo.so, which can't be obtained #1
Comments
Hi – are you on Linux ? |
The library is using a special version of libo which was compiled as macOSX .dylib only 😕 |
Hi! I see. Is there anything I can do to make it compile the right library?
…On 12/22/21 20:22, Jean Bresson wrote:
The library is using a special version of libo which was compiled as macOSX .dylib only 😕
—
Reply to this email directly, [view it on GitHub](#1 (comment)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/ATM2SL5AGS6IW2UBSEYAZLDUSIQQBANCNFSM5KS6HXNA).
Triage notifications on the go with GitHub Mobile for [iOS](https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675) or [Android](https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub).
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
So you're on linux ? I think we should check with the libo folks, anyway :) |
Hi ! libo has just been updated: it can now be compiled as a dynamic library on all platforms (and used with OM#!). |
I installed the extension, but when I load it in OM#, it gives:
Error while loading the library odot: "Unable to load foreign library (o.). Could not register handle for external module :o. (file-name libo.so): libo.so: cannot open shared object file: No such file or directory."
I compiled libo: https://github.com/CNMAT/libo, but that doesn't generate a libo.so object. Going through the libo makefile, libo.so only appears as _libo.so. I tried replacing any mention of _libo.so with libo.so and compiling again, and it still doesn't work.
The text was updated successfully, but these errors were encountered: