Bug 24938
| Summary: | -pear patch changes the PEAR_INSTALL_DIR to an incorrect directory | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Arenas Belon, Carlo Marcelo <carenas> | ||||||||
| Component: | php | Assignee: | Nalin Dahyabhai <nalin> | ||||||||
| Status: | CLOSED RAWHIDE | QA Contact: | David Lawrence <dkl> | ||||||||
| Severity: | medium | Docs Contact: | |||||||||
| Priority: | medium | ||||||||||
| Version: | 7.0 | ||||||||||
| Target Milestone: | --- | ||||||||||
| Target Release: | --- | ||||||||||
| Hardware: | All | ||||||||||
| OS: | Linux | ||||||||||
| Whiteboard: | |||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||
| Doc Text: | Story Points: | --- | |||||||||
| Clone Of: | Environment: | ||||||||||
| Last Closed: | 2001-02-05 10:13:13 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: | |||||||||||
| Attachments: |
|
||||||||||
|
Description
Arenas Belon, Carlo Marcelo
2001-01-25 16:24:14 UTC
Created attachment 8248 [details]
new pear patch that uses /usr/share/php as expected
sadly, using $datadir lead to the problem explained on 24943, so this is not a good solution. Created attachment 8270 [details]
new pear patch with a non relocable /usr/share/php (also fixes 24943)
*** Bug 24943 has been marked as a duplicate of this bug. *** Created attachment 8271 [details]
-4 spec wich also fixes a small typo
*** Bug 24940 has been marked as a duplicate of this bug. *** Does 4.0.4pl1-4 from Raw Hide fix this problem? nope, there is no fix on the latest -6 from rawhide.
on /usr/share/php/PEAR.php there is a wrong path for :
define ('PEAR_INSTALL_DIR', '${prefix}/share/php4');
as a result the load of the corresponding Mail subclass on Mail::factory fails
when :
$classfile = PEAR_INSTALL_DIR. '/Mail/' . $mailer_type. '.php';
php-4.0.4pl1-8 used the correct path for pear |