Bug 671880
Summary: | libdrmaa.so missing | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Bernd Gloss <bgs> |
Component: | gridengine | Assignee: | Orion Poplawski <orion> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 19 | CC: | orion |
Target Milestone: | --- | Keywords: | Reopened |
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | gridengine-2011.11p1-15.fc19 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2013-08-10 03:52:56 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Bernd Gloss
2011-01-22 12:24:12 UTC
Why is it looking for libdrmaa.so rather than libdrmaa.so.1.0? Any idea? In the meantime you can install gridengine-devel to get the libdrmaa.so link. Orion, I did a new installation of a F19 system last week and came across the same issue with this missing softlink again. I disagree with your "EasyFix" of installing the development package of gridengine. This solves the problem, no question. However, this link that allows the java library to access the ELF library is not specific to a software development task. It should rather work in any production system ... Kind regards, Bernd There is a blog description at Sun's web pages about this DRMAA interface from Daniel Templeton. https://blogs.oracle.com/templedf/entry/drmaa_providers There, he explains this DRMAA interface to access the grid and how it is (was) realized in this original Sun GridEngine: He also explains in the comments section in detail where/how the drmaa.jar java library expects to find the native libdrmaa.so library. Daniel says: --cut-- The problem is that DRMAA has a native component. The native component is found in $SGE_ROOT/lib/$ARCH/libdrmaa.so. In order for DRMAA to function, $SGE_ROOT/lib/$ARCH must be in your library path. The easiest way to do that with SGE 6.0 is to source the settings file (<code>source $SGE_ROOT/$SGE_CELL/common/settings.csh</code> or <code>. $SGE_ROOT/$SGE_CELL/common/settings.sh</code>) before running your application. --cut-- I didn't check the original package coming from this SGE fork. I think the problem lies in this re-packaging for Fedora so that the library path now lies in /usr/lib64/ Also, Dan explicitly refers to drmaa.jar is looking for libdrmaa.so -- which is in line with this solution of simply adding this soft-link. Bernd Okay, you've convinced me. Sorry it took so long. gridengine-2011.11p1-15.fc18 has been submitted as an update for Fedora 18. https://admin.fedoraproject.org/updates/gridengine-2011.11p1-15.fc18 gridengine-2011.11p1-15.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/gridengine-2011.11p1-15.fc19 Package gridengine-2011.11p1-15.fc18: * should fix your issue, * was pushed to the Fedora 18 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing gridengine-2011.11p1-15.fc18' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2013-14026/gridengine-2011.11p1-15.fc18 then log in and leave karma (feedback). okay for me... gridengine-2011.11p1-15.fc18 has been pushed to the Fedora 18 stable repository. If problems still persist, please make note of it in this bug report. gridengine-2011.11p1-15.fc19 has been pushed to the Fedora 19 stable repository. If problems still persist, please make note of it in this bug report. gridengine-2011.11p1-15.fc18 has been pushed to the Fedora 18 stable repository. If problems still persist, please make note of it in this bug report. gridengine-2011.11p1-15.fc19 has been pushed to the Fedora 19 stable repository. If problems still persist, please make note of it in this bug report. |