Replies: 3 comments 1 reply
-
Could you please clarify what you mean by "a 22.04 .so" Brian? |
Beta Was this translation helpful? Give feedback.
-
Hi Zac, My apologies - I realize my original question was far too brief and I absolutely should have provided more context. Let me clarify what I meant. I'm working on integrating SoulverCore into Flare (an open-source Raycast-compatible launcher for Linux) on Ubuntu 22.04. The current libSoulverCoreDynamic.so requires GLIBC 2.38, specifically for the fmod symbol: $ objdump -T libSoulverCoreDynamic.so | grep "GLIBC_2.38" However, Ubuntu 22.04 ships with GLIBC 2.35, which causes a linking error when building: I've tried several workarounds:
While I can successfully build Flare without SoulverCore, we'd love to include the calculator functionality. By "a 22.04 .so", I meant: would it be possible to get a build of libSoulverCoreDynamic.so that's compiled against Ubuntu 22.04's GLIBC 2.35 (or compatible with it)? This would allow the library to work on Ubuntu 22.04 and other distributions with older GLIBC versions. Thank you for your patience with my unclear initial question! |
Beta Was this translation helpful? Give feedback.
-
Probably not… I don't have a Linux machine or use Linux myself. I'm compiling for Linux using Docker's official Swift image on my MacBook using the instructions here. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Any chance of a 22.04 .so? I tried, but failed.
Beta Was this translation helpful? Give feedback.
All reactions