Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 106340 - I build php-5.0.4 with pear flag, but phpinfo() return: --without-pear
Summary: I build php-5.0.4 with pear flag, but phpinfo() return: --without-pear
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-18 00:12 UTC by Maciej Gierok
Modified: 2005-09-18 12:30 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Maciej Gierok 2005-09-18 00:12:53 UTC
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.
Comment 1 Maciej Gierok 2005-09-18 00:17:48 UTC
[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
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2005-09-18 02:30:40 UTC
--without-pear in phpinfo() output is perfectly normal and does *not* prevent
you from using pear in any way.
Comment 3 Maciej Gierok 2005-09-18 12:30:49 UTC
sorry, my mistake