Bug 1071807
| Summary: | Failed to add postgresql-9.2 or Jenkins-clients-1 to zend-6.1. | ||
|---|---|---|---|
| Product: | OpenShift Online | Reporter: | Wenjing Zheng <wzheng> |
| Component: | Image | Assignee: | Michal Fojtik <mfojtik> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | libra bugs <libra-bugs> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 2.x | CC: | dmcphers, vvitek, xtian |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | All | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-04-09 15:19:48 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
Wenjing Zheng
2014-03-03 08:27:24 UTC
A PR that reverts the LD_LIBRARY_PATH_ELEMENT code from Zend until the bundled libraries are not removed/rebuilded: https://github.com/openshift/li/pull/2439 Being merged now... Change back to ASSIGNED(devenv_4463): Postgresql-9.2 and Jenkins-client-1 can be added to zend-6.1 successfully now; However, there is no LD path for zend after exetuting get_gear_ld_library_path(only below path returns): /opt/rh/postgresql92/root/usr/lib64 Like for Python-2.7, below returns as expected: /opt/rh/postgresql92/root/usr/lib64:/opt/rh/python27/root/usr/lib64 Verified on devenv_4464: Confirmed with Michal that there is no way how to fix the postgresql undefined symbol error, so it's correct when there is no zend ld path returns after executing get_gear_ld_library_path. |