Gentoo Archives: gentoo-user

From: Benno Schulenberg <benno.schulenberg@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] EMERGE USE PHP additional options problem
Date: Wed, 05 Sep 2007 12:43:11
Message-Id: 200709051429.54600.benno.schulenberg@gmail.com
In Reply to: [gentoo-user] EMERGE USE PHP additional options problem by Pablo Murillo
1 Pablo Murillo wrote:
2 > USE=" -X -gtk -gnome -kde -xpm -gpm -alsa -qt -java -ipv6 -berkdb
3 > -gdbm -pdo -pdo-external -posix -cgi -force-cgi-redirect cli
4 > apache2 ctype fastbuild ftp gd hash iconv mysql nls pcre pic
5 > reflection session simplexml soap sockets spl ssl sqlite
6 > tokenizer truetype xml xmlrpc xmlreader xmlwriter xsl zlib zip
7 > unicode imap snmp" emerge -a php-5.1.4.ebuild
8
9 Don't set all these USE flags on the command line. Set the ones you
10 want to be valid for your whole system in /etc/make.conf. Set the
11 ones that should be valid only for php in /etc/portage/package.use,
12 by putting a line like 'dev-lang/php zip' in that file.
13
14 Further, you can't use the word "ebuild" in an emerge command like
15 that. Please show us the actual output of 'emerge -pv php'.
16
17 Benno
18 --
19 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] EMERGE USE PHP additional options problem Dan Cowsill <danthehat@×××××.com>
Re: [gentoo-user] EMERGE USE PHP additional options problem Pablo Murillo <pm@×××××××××××.com>