|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[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 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Dec 03 14:00:01 2025 UTC |
./configure --help: .. --disable-cli Disable building CLI version of PHP (this forces --without-pear).