As I sad, I build php-5.0.4 wirh pear flag, but I can't use pear. Before buld php, I add PEAR-PEAR > 1.3.6 (end some other pear package) to package.keywords, and correctly install it. My Configure Command of phpinfo(); gives: './configure' '--prefix=/usr/lib/php5' '--sysconfdir=/etc' '--cache-file=./config.cache' '--disable-cli' '--with- apxs2=/usr/sbin/apxs2' '--with-config-file-path=/etc/php/apache2-php5' '--with-config-file-scan-dir=/etc/ php/apache2-php5/ext' '--without-pear' '--disable-bcmath' '--with-bz2' '--enable-calendar' '--disable- ctype' '--with-curl' '--without-curlwrappers' '--disable-dbase' '--enable-exif' '--without-fbsql' '--without- fdftk' '--disable-filepro' '--enable-ftp' '--with-gettext' '--without-gmp' '--without-hwapi' '--with-iconv' '-- without-informix' '--with-jpeg-dir=/usr' '--without-kerberos' '--enable-mbstring' '--with-mcrypt' '--without- mcve' '--disable-memory-limit' '--without-mhash' '--without-ming' '--without-msql' '--without-mssql' '-- with-ncurses' '--without-oci8' '--without-oracle' '--with-openssl' '--with-openssl-dir=/usr' '--without- ovrimos' '--disable-pcntl' '--without-pfpro' '--without-pgsql' '--disable-posix' '--with-pspell' '--without- recode' '--disable-simplexml' '--disable-shmop' '--without-snmp' '--enable-soap' '--disable-sockets' '-- disable-spl' '--without-sybase' '--without-sybase-ct' '--disable-sysvmsg' '--disable-sysvsem' '--disable- sysvshm' '--with-tidy' '--disable-tokenizer' '--disable-wddx' '--without-xmlrpc' '--with-xsl' '--with-zlib' '-- disable-debug' '--enable-dba' '--without-cdb' '--with-db4' '--without-dbm' '--without-flatfile' '--with-gdbm' '--without-inifile' '--without-qdbm' '--with-freetype-dir=/usr' '--with-t1lib=/usr' '--enable-gd-jis-conv' '-- enable-gd-native-ttf' '--with-png-dir=/usr' '--with-tiff-dir=/usr' '--without-xpm-dir' '--with-gd' '--with- imap' '--with-imap-ssl' '--with-mysql=/usr/lib/mysql' '--with-mysql-sock=/var/run/mysqld/mysqld.sock' '-- with-mysqli=/usr/bin/mysql_config' '--with-readline' '--without-libedit' '--without-mm' '--enable-sqlite-utf8' Reproducible: Always Steps to Reproduce: 1. 2. 3.
[ebuild R ] dev-lang/php-5.0.4 -adabas -apache +apache2 -bcmath +berkdb -birdstep +bzip2 +calendar -cdb -cgi +cli +crypt -ctype +curl -curlwrappers -db2 +dba -dbase -dbm -dbmaker -debug - discard-path -doc -empress -empress-bcs -esoob +exif -fdftk -filepro -firebird -flatfile -force-cgi-redirect -frontbase +ftp +gd -gd-external +gdbm -gmp -hardenedphp -hyperwave-api +iconv +imap -informix - inifile -interbase -iodbc +ipv6 -java-external +jpeg -kerberos -ldap -libedit -mcve -memlimit -mhash -ming -msql -mssql +mysql +mysqli +ncurses +nls -oci8 -odbc -oracle7 -ovrimos -pcntl +pcre -pdo-external +pear -pfpro +png -posix -postgres -qdbm +readline -recode -sapdb -sasl +session -sharedext - sharedmem -simplexml -snmp +soap -sockets -solid +spell -spl +sqlite +ssl -sybase -sybase-ct -sysvipc - threads +tidy +tiff -tokenizer +truetype -wddx +xml2 -xmlrpc -xpm +xsl -yaz +zip +zlib 4,620 kB
--without-pear in phpinfo() output is perfectly normal and does *not* prevent you from using pear in any way.
sorry, my mistake