ID: 37179
User updated by: mhalligan at bitpusher dot com
Reported By: mhalligan at bitpusher dot com
Status: Open
Bug Type: Compile Failure
Operating System: SuSE SLES 9 SP3
PHP Version: 5.1.2
New Comment:
Ignore the "../php-build.sh: line 3: --with-openssl: command not found"
section, that was me cutting and pasting from an older session. It has
absolutely nothing to do with the fact that php's ./configure script is
rather broken.
Previous Comments:
------------------------------------------------------------------------
[2006-04-24 08:32:37] mhalligan at bitpusher dot com
Description:
------------
pear.conf is being installed into /usr/local/etc. There seems to be no
way to fix this.
Reproduce code:
---------------
export EXTENSION_DIR=/bitpusher/services/apache/lib/php/ext
export BUILDDIR=/bitpusher/services/apache/lib/php/build
./configure \
--with-prefix=/bitpusher/services/apache \
--with-apxs=/bitpusher/services/apache/sbin/apxs \
--with-pear=/bitpusher/services/apache \
--enable-mbstring \
--with-zlib \
--with-libxml-dir=/bitpusher \
--with-libdir=lib64 \
--with-libexecdir=/bitpusher/services/apache/libexec \
--bindir=/bitpusher/services/apache/bin \
--sbindir=/bitpusher/services/apache/sbin \
--sysconfdir=/bitpusher/services/apache/conf \
--with-extension=shared,/bitpusher/services/apache/lib/php \
--includedir=/bitpusher/services/apache/include \
--sharedstatedir=/bitpusher/services/apache/lib/php/ext \
--enable-sysvshm \
--with-config-file-path=/bitpusher/services/apache/conf \
--with-data-dir=/bitpusher/services/apache/lib/build
Expected result:
----------------
I would expect pear's configuration file to be managed either by
--prefix, --sysconfdir, or --with-pear=
Actual result:
--------------
When I make install, I get this:
Wrote PEAR system config file at: /usr/local/etc/pear.conf
It appears that there are many flags that aren't being handled properly
in ./configure.
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=37179&edit=1