Re: [gentoo-user] EMERGE USE PHP additional options problem

2007-09-05 Thread Benno Schulenberg
Pablo Murillo wrote: USE= -X -gtk -gnome -kde -xpm -gpm -alsa -qt -java -ipv6 -berkdb -gdbm -pdo -pdo-external -posix -cgi -force-cgi-redirect cli apache2 ctype fastbuild ftp gd hash iconv mysql nls pcre pic reflection session simplexml soap sockets spl ssl sqlite tokenizer truetype xml

Re: [gentoo-user] EMERGE USE PHP additional options problem

2007-09-05 Thread Dan Cowsill
On 9/5/07, Benno Schulenberg [EMAIL PROTECTED] wrote: Pablo Murillo wrote: USE= -X -gtk -gnome -kde -xpm -gpm -alsa -qt -java -ipv6 -berkdb -gdbm -pdo -pdo-external -posix -cgi -force-cgi-redirect cli apache2 ctype fastbuild ftp gd hash iconv mysql nls pcre pic reflection session

Re: [gentoo-user] EMERGE USE PHP additional options problem

2007-09-05 Thread Pablo Murillo
) - I don't want to REinstall qmail or ssmtp, everything is working fine What can I do ? - Original Message - From: Benno Schulenberg [EMAIL PROTECTED] To: gentoo-user@lists.gentoo.org Sent: Wednesday, September 05, 2007 9:29 AM Subject: Re: [gentoo-user] EMERGE USE PHP

Re: [gentoo-user] EMERGE USE PHP additional options problem

2007-09-05 Thread Benno Schulenberg
Pablo Murillo wrote: I update de portage, You did what exactly? Did you run 'emerge --sync' or 'emerge -a portage'? [ebuild N] virtual/mysql-5.0 [ebuild U ] dev-lang/php-5.2.3-r3 [5.1.4] USE=-fastbuild* -filter% -ftp* -hash* -imap* -json% -ldap-sasl% -pic* -snmp* -sockets*

Re: [gentoo-user] EMERGE USE PHP additional options problem

2007-09-05 Thread Pablo Murillo
Pablo Murillo wrote: I update de portage, You did what exactly? Did you run 'emerge --sync' or 'emerge -a portage'? emerge --sync SORRY [ebuild N] virtual/mysql-5.0 [ebuild U ] dev-lang/php-5.2.3-r3 [5.1.4] USE=-fastbuild* -filter% -ftp* -hash* -imap* -json% -ldap-sasl%

Re: [gentoo-user] EMERGE USE PHP additional options problem

2007-09-05 Thread Alan McKinnon
, September 05, 2007 9:29 AM Subject: Re: [gentoo-user] EMERGE USE PHP additional options problem Pablo Murillo wrote: USE= -X -gtk -gnome -kde -xpm -gpm -alsa -qt -java -ipv6 -berkdb -gdbm -pdo -pdo-external -posix -cgi -force-cgi-redirect cli apache2 ctype fastbuild ftp gd hash iconv

Re: [gentoo-user] EMERGE USE PHP additional options problem

2007-09-05 Thread Benno Schulenberg
Pablo Murillo wrote: If I USE -mysql the PHP won't have support for mysql ? Precisely. If sqlite is not enough and you need mysql, then yiou will have to uninstall qmail and install ssmtp instead. Or file a bug in Gentoo's bugzilla against mysql, that it should be able to cope with qmail

Re: [gentoo-user] EMERGE USE PHP additional options problem

2007-09-05 Thread Dan Farrell
On Wed, 5 Sep 2007 16:50:25 +0200 Alan McKinnon [EMAIL PROTECTED] wrote: User-Agent: KMail/1.9.7 this is not outlook express, it's kmail. -- [EMAIL PROTECTED] mailing list

Re: [gentoo-user] EMERGE USE PHP additional options problem

2007-09-05 Thread Alan McKinnon
On Wednesday 05 September 2007, Dan Farrell wrote: On Wed, 5 Sep 2007 16:50:25 +0200 Alan McKinnon [EMAIL PROTECTED] wrote: User-Agent: KMail/1.9.7 this is not outlook express, it's kmail. That's *my* X-Mailer you are quoting, not the GPs. His is X-Mailer: Microsoft Outlook Express

Re: [gentoo-user] EMERGE USE PHP additional options problem

2007-09-05 Thread kashani
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

[gentoo-user] EMERGE USE PHP additional options problem

2007-09-04 Thread Pablo Murillo
Hi I'm VERY new on GENTOO I'm from Argentine, my english (and my spanish too), is very poor I was using RedHat until 6.2, I allways made all configuration, compilation, etc, etc by hand I have scripts to install a complete RH 6.2 server with more than 1000 lines Now, I'm trying to understand how