Bug 24943

Summary: wrong default path for pear is used
Product: [Retired] Red Hat Linux Reporter: Arenas Belon, Carlo Marcelo <carenas>
Component: phpAssignee: Nalin Dahyabhai <nalin>
Status: CLOSED DUPLICATE 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-01-25 17:30:52 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 Arenas Belon, Carlo Marcelo 2001-01-25 17:30:49 UTC
a wrong default path for pear has been used on php including the latest
errata (4.0.4pl1-3), as a result a if no path is specified php and
libphp4.so will use a path of :

  .:${prefix}/share/php4

the same path is used for pear to find where it is installed resulting on
wrong references and errors on loading subclases

the problem is on a wrong substitution for the configure script where :

  s%@INCLUDE_PATH@%.:${prefix}/share/php%g
  s%@PEAR_INSTALLDIR@%${prefix}/share/php%g

Comment 1 Arenas Belon, Carlo Marcelo 2001-01-25 20:24:51 UTC

*** This bug has been marked as a duplicate of 24938 ***