Bug 644678
| Summary: | php-pgsql 5.1.6 still requires postresql-libs which has a memory leak; can you make it use postgresql84-libs instead? | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 5 | Reporter: | Aleksey Tsalolikhin <atsaloli.tech> |
| Component: | php | Assignee: | Joe Orton <jorton> |
| Status: | CLOSED INSUFFICIENT_DATA | QA Contact: | BaseOS QE - Apps <qe-baseos-apps> |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | 5.1.z | CC: | amcnaughton, wnefal+redhatbugzilla |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2012-05-10 15:34:16 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
Aleksey Tsalolikhin
2010-10-19 22:48:50 UTC
The simple answer is "no", I'm afraid. The different versions of libpq expose the same symbols, so we must ensure they cannot be linked into the httpd process at the same time, since they would conflict. (e.g. it is possible for libpq to get linked into httpd via any of php, perl or mod_python) If you can identify the leak it might be possible to backport the fix to the 8.1 packages; do you have a minimal reproduction case? Since we lack a reliable reproduction case, this bug will be closed. If you have issues impacting your use of Red Hat Enterprise Linux, please contact your support representative. Information about our production support process can be found at: http://www.redhat.com/support/process/ |