> $ emerge -pv mod_php
> 
> And you'll get a list of it's options ("+" are the configured USE
> options);
> 
> [ebuild  N    ] dev-php/php-4.3.4-r3  +X +crypt -curl -firebird -flash
> -freetds -gd -gd-external +gdbm -imap -informix -ipv6 +java +jpeg -ldap
> -mcal -memlimit +mysql +nls -oci8 -odbc +pam +pdflib +png -postgres +qt
> -snmp +spell +ssl -tiff +truetype +xml2 -yaz +berkdb +ncurses +readline 

The continuation to this answer is that you can temporarily assign the
USE environment variable to modify features you want to enable/disable,
for example:

# USE="curl firebird -pam" emerge -pv mod_php

(which enables curl and firebird support, disables pam)

the assignment of USE flags may affect dependencies, so you may see
additional packages being installed. Once you are satisfied with what
you have, just remove the -p option to actually do the install.

To find out what a flag stands for, you can use the euse command:

# euse -i firebird
firebird [-] [ ] [G] Adds support for the Firebird relational database

--Diego



--
[EMAIL PROTECTED] mailing list

Reply via email to