Bug 1993446
| Summary: | missing /usr/lib64 in LD_LIBRARY_PATH is preventing jiggawats t find its library | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | jiri vanek <jvanek> |
| Component: | jigawatts | Assignee: | jiri vanek <jvanek> |
| Status: | CLOSED DUPLICATE | QA Contact: | |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | chf, jvanek, sgehwolf |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2021-08-16 08:18:08 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
jiri vanek
2021-08-13 07:10:21 UTC
> export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib64
s/export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib64/-Djava.library.path=/usr/lib64
If jdk11 is beyond repair, we should `ln -s /usr/lib64/libJigawatts.so /usr/lib/libJigawatts.so` to make it work more out of the box
(In reply to jiri vanek from comment #1) > > export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib64 > > s/export > LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib64/-Djava.library.path=/usr/lib64 > > If jdk11 is beyond repair, we should `ln -s /usr/lib64/libJigawatts.so > /usr/lib/libJigawatts.so` to make it work more out of the box If symlink on aarch64 will be done the > /usr/lib/libJigawatts.so.readme explaining state of things should be provided Questions: Is jdk17 also affected? Will jdk11 ever get fixed? This is a duplicate of bug 1977671. It has a link to the upstream issue. It's fixed in JDK head/17/11 upstream. *** This bug has been marked as a duplicate of bug 1977671 *** I'm curious, why are you still seeing this issue? It should be fixed in rawhide since java-11-openjdk-11.0.12.0.7-1.fc35. Do you have a link to a recent build that's failing? The workaround fix in jigawatts was: https://src.fedoraproject.org/rpms/jigawatts/blob/rawhide/f/jigawatts.spec#_63 |