-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
RuntimeError: libgs found, but is not in /usr/lib/libgs.so.10 #31
Comments
Oh, right, so it's something in m.css: https://github.com/search?q=repo%3Amosra%2Fm.css%20libgs&type=code |
Libgs is what converts latex math into SVGs. I was fixing something similar recently, in mosra/m.css@ea904db, the comment above this very error message explains why this might fire (locating libraries is apparently not easy). Do you have |
I do - I resolved it manually on my system, but on Fedora, libraries are typically installed in |
Ah so if you'd change that line to have On Arch |
Correct
I wish... it's not the first time it has caused issues. But alas no, both are distinct directory with their respective libs individually |
As of mosra/m.css@c34e860 it looks into |
Sweet, thank! |
Poxy still needs to get its copy of m.css updated tho ;) |
TIL |
FWIW, on Ubuntu systems (at least 22.04, 23.10, probably 24.04):
Worked around with a symlink, but if you're going to hard-code paths to search for |
@marzer can you apply mosra/m.css@5235066 to poxy? That should fix this case as well, and hopefully all future ones too. |
Sure, thanks @mosra |
Environment
version and/or commit hash:
0.13.5
In Fedora 38, there is an issue with poxy being unable to locate libgs and additionally libgs doesn't get automatically installed, meaning we we need to resort to using our system's package manager as fallback:
--bug-report
poxy_bug_report.zip
The text was updated successfully, but these errors were encountered: