From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1ISzWh-0005Tj-Pt for garchives@archives.gentoo.org; Wed, 05 Sep 2007 18:22:56 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.0/8.14.0) with SMTP id l85IB1AS026053; Wed, 5 Sep 2007 18:11:01 GMT Received: from www01.badapple.net (www01.badapple.net [64.79.219.163]) by robin.gentoo.org (8.14.0/8.14.0) with ESMTP id l85HwWCb005955 for ; Wed, 5 Sep 2007 17:58:32 GMT Received: from [10.72.229.31] (nat-dip11.fw.corp.yahoo.com [209.131.62.120]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: ramin@badapple.net) by www01.badapple.net (Postfix) with ESMTP id B763F15037C for ; Wed, 5 Sep 2007 10:58:30 -0700 (PDT) Message-ID: <46DEEE45.1090504@badapple.net> Date: Wed, 05 Sep 2007 10:58:29 -0700 From: kashani User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] EMERGE USE PHP additional options problem References: <1188962980-4c44d2a7-mlmmj-605012f4@936515a.plonk> <200709051429.54600.benno.schulenberg@gmail.com> <003d01c7efc3$6d739120$a601a8c0@killermovil> <200709051622.18539.benno.schulenberg@gmail.com> <009a01c7efcb$99e093e0$a601a8c0@killermovil> In-Reply-To: <009a01c7efcb$99e093e0$a601a8c0@killermovil> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: c7432400-df30-4b4a-96b5-435e9259646a X-Archives-Hash: d917f6ed79568e563da4c81b86e975a4 Pablo Murillo wrote: > If I USE -mysql the PHP won't have support for mysql ? Ideally you want nice defaults in your /etc/make.conf that you would not being built into any package. Things like unicode ssl bzip2 apache2 and so on depending on your server. I have mysql in mine, but I pull it out per package for things like the name server where is does not need to be. I would then specify on a per package basis databases and one off things like fam, sasl, etc in your /etc/portage/package.use Here is part of mine. www01 ~ # cat /etc/portage/package.use # Added urandom to make Apache start faster dev-libs/apr urandom # Specify no threads for Apache www-servers/apache -threads mpm-prefork # Network Daemons net-dns/bind -mysql net-mail/courier-imap fam gdbm -berkdb dev-libs/cyrus-sasl -berkdb -mysql authdaemond urandom www-servers/lighttpd fam -mysql -ssl mail-mta/postfix mysql ssl sasl vda # PHP dev-lang/php -threads bcmath berkdb cli crypt ctype curl exif gd gdbm hash iconv imap mhash mysql mysqli ncurses nls pcre readline session simplexml snmp sockets spell spl ssl suhosin truetype xml xmlrpc zlib kashani -- gentoo-user@gentoo.org mailing list