php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #38990 Pear doesn't install
Submitted: 2006-09-29 08:48 UTC Modified: 2006-09-29 09:30 UTC
From: bailemoselbimbo at gmail dot com Assigned:
Status: Not a bug Package: *Compile Issues
PHP Version: 4.4.4 OS: Solaris 9
Private report: No CVE-ID: None
 [2006-09-29 08:48 UTC] bailemoselbimbo at gmail dot com
Description:
------------
The config script detects that i don't want to install pear, despite i don't put --without-pear in any moment, in the output it says that it does'nt have to ve installed

This is the configure

# ./configure  --prefix=/aplicacions/php-4.4.4 --enable-fastcgi --enable-force-cgi-redirect --enable-discard-path --with
-pear=/aplicacions/php-4.4.4/pear --disable-cli --with-zlib --enable-exif --with-jpeg-dir=/usr/local/lib --with-png-dir=
/usr/local/lib --with-pgsql=/aplicacions/postgres --with-openssl=/usr/local/ssl --enable-calendar --enable-ftp --with-gn
u-ld --with-gd --with-dom=/usr/local --with-dom-xslt=/usr/local --with-domxml --enable-mbstring --with-mysql=/aplicacion
s/mysql


And on the output:

^[[1mConfiguring PEAR^[[m
checking whether to install PEAR... no


In the error output, only a warning not related to this:

configure: warning: You will need bison 1.28

PEAR installs as default i think ...
The binary for pear is not on the final compilation result





Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-09-29 09:12 UTC] tony2001@php.net
./configure --help:
..
  --disable-cli           Disable building CLI version of PHP
                          (this forces --without-pear).
 [2006-09-29 09:30 UTC] bailemoselbimbo at gmail dot com
Ops!
Sorry by the inconvenience :(
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 14:01:30 2024 UTC