Bug 103690
| Summary: | php libraries fail to load - undefined symbols | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Raw Hide | Reporter: | Need Real Name <jack> |
| Component: | php | Assignee: | Joe Orton <jorton> |
| Status: | CLOSED RAWHIDE | QA Contact: | David Lawrence <dkl> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 1.0 | CC: | angusmojo, nphilipp |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | 4.3.3-2 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2003-09-07 22:10:43 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: | |||
| Bug Depends On: | |||
| Bug Blocks: | 100643 | ||
Thanks for the report; fixed in php-4.3.3-2. *** Bug 102503 has been marked as a duplicate of this bug. *** *** Bug 100879 has been marked as a duplicate of this bug. *** Fixed packages available at: http://people.redhat.com/jorton/php-Severn/ |
Description of problem: started with clean redhat 9 install. upgraded php, php-imap, php-ldap and php-mysql to 4.3.2-7 release, now get unable to load dynamic library errors on apache startup, the libraries are in the correct place in /usr/lib/php4 updated all other installed packages to rawhide release to try to fix Version-Release number of selected component (if applicable): 4.3.2-7 How reproducible: every time Steps to Reproduce: 1.install new httpd, php, php-libraries + dependencies 2.start httpd Actual results: PHP Warning: Unknown(): Unable to load dynamic library '/usr/lib/php4/imap.so' - /usr/lib/php4/imap.so: undefined symbol: executor_globals in Unknown on line 0 PHP Warning: Unknown(): Unable to load dynamic library '/usr/lib/php4/ldap.so' - /usr/lib/php4/ldap.so: undefined symbol: OnUpdateInt in Unknown on line 0PHP Warning: Unknown(): Unable to load dynamic library '/usr/lib/php4/mysql.so' - /usr/lib/php4/mysql.so: undefined symbol: OnUpdateInt in Unknown on line 0 Expected results: none