loading libgettextlib.so library does not work on fedora distro #312
Labels
No labels
bug
dependencies
documentation
duplicate
enhancement
github_actions
good first issue
help wanted
invalid
java
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
java-gi/java-gi#312
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi,
I tried running the app template project on Fedora 43 but got the following error at startup
I belive this is caused by the fact that on Fedora,
libgettextlib.sois not located in/usr/lib/x86_64-linux-gnu, but in/lib64Thanks for trying out the template!
I will add
/lib64and a few other common library directories, and also change the app template to gracefully handle this.App template now has improved error handling.
Additional directories were added to the Intl class (
d1a2cfe). This will be available in the next java-gi release.