Summary: | dev-lang/php-5.1.1 does not built with pcre support | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Martin Mokrejš <mmokrejs> |
Component: | Current packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
Status: | RESOLVED INVALID | ||
Severity: | normal | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Martin Mokrejš
2006-02-03 13:52:12 UTC
USE="pcre" emerge =dev-lang/php-5.1.1 But the ebuild does not use "pcre" USE flag! And anyway, phpmyadmin should request that as well, right? The ebuild of course DOES use pcre flag. [ebuild R ] dev-lang/php-5.1.1 USE="-adabas -apache apache2 bcmath berkdb -birdstep bzip2 calendar -cdb cgi -cjk cli crypt ctype curl curlwrappers -db2 dba dbase -dbmaker -debug -discard-path -doc -empress -empress-bcs -esoob exif fastbuild -fdftk -filepro -firebird flatfile force-cgi-redirect -frontbase ftp gd -gd-external gdbm -gmp -hardenedphp hash -hyperwave-api iconv imap -informix inifile -interbase -iodbc -ipv6 -java-external -kerberos -ldap -libedit -mcve memlimit mhash ming -msql mssql mysql mysqli ncurses nls -oci8 -oci8-instant-client odbc pcntl pcre -pdo pdo-external -pic posix -postgres -qdbm readline -recode reflection -sapdb -sasl session -sharedext sharedmem simplexml -snmp soap sockets -solid -spell spl sqlite ssl -sybase -sybase-ct sysvipc -threads tidy tokenizer truetype vm-goto -vm-switch wddx xml xmlreader xmlrpc xmlwriter -xpm xsl -yaz zip zlib" 0 kB (In reply to comment #2) > But the ebuild does not use "pcre" USE flag! And anyway, phpmyadmin should > request that as well, right? > The "ebuild" file doesn't list it, but the eclass it inherits does, aka learn to use emerge -pv to determine USE flags. Per comment #4, thanks, I didn't know that. |