Gentoo Archives: gentoo-user

From: Pablo Murillo <pm@×××××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] EMERGE USE PHP additional options problem
Date: Wed, 05 Sep 2007 14:59:05
Message-Id: 009a01c7efcb$99e093e0$a601a8c0@killermovil
In Reply to: Re: [gentoo-user] EMERGE USE PHP additional options problem by Benno Schulenberg
1 > Pablo Murillo wrote:
2 >> I update de portage,
3 >
4 > You did what exactly? Did you run 'emerge --sync' or 'emerge -a portage'?
5
6 emerge --sync
7
8
9 SORRY!!!!
10
11 >
12 >> [ebuild N ] virtual/mysql-5.0
13 >> [ebuild U ] dev-lang/php-5.2.3-r3 [5.1.4]
14 >> USE="-fastbuild* -filter% -ftp* -hash* -imap* -json% -ldap-sasl%
15 >> -pic* -snmp* -sockets* -spell* -sqlite* -suhosin% -tokenizer*
16 >> -xmlreader* -xmlrpc* -xmlwriter* -zip* -zip-external%"
17 >> [blocks B ] mail-mta/ssmtp (is blocking mail-mta/qmail-1.03-r16)
18 >> [blocks B ] mail-mta/qmail (is blocking mail-mta/ssmtp-2.61-r2)
19 >
20 > Put the single line 'dev-lang/php fastbuild ftp hash imap pic snmp
21 > sockets spell sqlite tokenizer xmlreader xmlrpc xmlwriter zip -mysql'
22 > in your /etc/portage/package.use file. Create the file if it does not
23 > exist, create the dir too if necessary. The relevant parts are the
24 > "sqlite" USE flag and the "-mysql" one, which will prevent mysql from
25 > being pulled in, which will prevent ssmtp from being pulled in.
26 >
27 > You will probably want to add "-mysql" to the USE flag definitions in
28 > your /etc/make.conf.
29
30 If I USE -mysql the PHP won't have support for mysql ?
31
32 >
33 > Benno
34 >
35 >
36 > PS: please do not top-post. No matter what your mailer, please
37 > organize your messages in a sensible order.
38
39 I wrote this way for years, but the common PC user don't understand :D
40
41
42 > --
43 > gentoo-user@g.o mailing list
44 >
45 >
46 >
47
48 --
49 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] EMERGE USE PHP additional options problem Benno Schulenberg <benno.schulenberg@×××××.com>
Re: [gentoo-user] EMERGE USE PHP additional options problem kashani <kashani-list@××××××××.net>