ID: 34290
Updated by: [EMAIL PROTECTED]
Reported By: f dot vlemmings at drno dot nl
-Status: Open
+Status: Bogus
Bug Type: Compile Failure
Operating System: Slackware 10.0
PHP Version: 4.4.0
New Comment:
If the path is incorrect, then you haven't passed the option correctly
to configure. Works as expected for me.
Previous Comments:
------------------------------------------------------------------------
[2005-08-28 17:40:58] f dot vlemmings at drno dot nl
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 this bug report at http://bugs.php.net/?id=34290&edit=1