From:             f dot vlemmings at drno dot nl
Operating system: Slackware 10.0
PHP version:      4.4.0
PHP Bug Type:     *Compile Issues
Bug description:  --with-pear=dir is broken

Description:
------------
./Configure --with-pear=/usr/local/php/pear is not working correct. The
optinal parameter is not set in the Makefile. 
Because this the PEAR files are always installed in the default location
($PREFIX/lib/php).

When I changed the following line in the Makefile from PEAR_INSTALLDIR =
${exec_prefix}/lib/php to
PEAR_INSTALLDIR = /usr/local/php/pear
the files and the pear.ini (file locations) files are correctly installed.

Expected result:
----------------
Pear files should be installed in /usr/local/php/pear

Actual result:
--------------
Pear files are installed in $PREFIX/lib/php

-- 
Edit bug report at http://bugs.php.net/?id=34290&edit=1
-- 
Try a CVS snapshot (php4):   http://bugs.php.net/fix.php?id=34290&r=trysnapshot4
Try a CVS snapshot (php5.0): 
http://bugs.php.net/fix.php?id=34290&r=trysnapshot50
Try a CVS snapshot (php5.1): 
http://bugs.php.net/fix.php?id=34290&r=trysnapshot51
Fixed in CVS:                http://bugs.php.net/fix.php?id=34290&r=fixedcvs
Fixed in release:            http://bugs.php.net/fix.php?id=34290&r=alreadyfixed
Need backtrace:              http://bugs.php.net/fix.php?id=34290&r=needtrace
Need Reproduce Script:       http://bugs.php.net/fix.php?id=34290&r=needscript
Try newer version:           http://bugs.php.net/fix.php?id=34290&r=oldversion
Not developer issue:         http://bugs.php.net/fix.php?id=34290&r=support
Expected behavior:           http://bugs.php.net/fix.php?id=34290&r=notwrong
Not enough info:             
http://bugs.php.net/fix.php?id=34290&r=notenoughinfo
Submitted twice:             
http://bugs.php.net/fix.php?id=34290&r=submittedtwice
register_globals:            http://bugs.php.net/fix.php?id=34290&r=globals
PHP 3 support discontinued:  http://bugs.php.net/fix.php?id=34290&r=php3
Daylight Savings:            http://bugs.php.net/fix.php?id=34290&r=dst
IIS Stability:               http://bugs.php.net/fix.php?id=34290&r=isapi
Install GNU Sed:             http://bugs.php.net/fix.php?id=34290&r=gnused
Floating point limitations:  http://bugs.php.net/fix.php?id=34290&r=float
No Zend Extensions:          http://bugs.php.net/fix.php?id=34290&r=nozend
MySQL Configuration Error:   http://bugs.php.net/fix.php?id=34290&r=mysqlcfg

Reply via email to