Description of problem: Installed php-pear on my P4 (using i386/smp) but pear seems to have a path set to include /usr/lib64 instead if /usr/lib Version-Release number of selected component (if applicable): # pear -V PEAR Version: 1.4.5 PHP Version: 5.1.1 Zend Engine Version: 2.1.0 Running on: Linux localhost.localdomain 2.6.14-1.1752_FC5smp #1 SMP Mon Dec 12 00:04:42 EST 2005 i686 Actual results: # pear config-show | grep _dir PEAR executables directory bin_dir /usr/bin PEAR documentation directory doc_dir /usr/share/pear/doc PHP extension directory ext_dir /usr/lib64/php/modules PEAR directory php_dir /usr/share/pear PEAR Installer cache directory cache_dir /tmp/pear/cache PEAR data directory data_dir /usr/share/pear/data PEAR test directory test_dir /usr/share/pear/test
could this be something in the .spec file picking up the build environment rather then the target environment?
Hmm, annoying. php-pear is noarch, it should really just be picking up the ext_dir setting from php itself rather than putting it in pear.conf.
Removed hard-coded ext_dir setting from default pear.conf now, thanks a lot for the report.