hi, I'm trying to install php5-extensions on "-current". and I'm having some problems with the options on how to activate only specific modules for php. I know that FLAVORS="no_x11" will install the extensions without X. but what if i want to disable specific modules that php has say odbc. On the script there's a switch called PSEUDO_FLAVORS. I tried using it as follows:
env FLAVORS="no_x11"; env PSEUDO_FLAVORS="no_odbc no_pgsql" make install but with no luck. any help will be greatly appreciated. -b