[gentoo-user] How do I get php4

2007-01-09 Thread John covici
Hi. I have some apps which need php4 and the appropriate modules for apache2 and other things like php-pear -- how do I get them into gentoo. All I found was php5 which will break some apps which I will need to install. any assistance would be appreciated. -- Your life is like a penny. You're

Re: [gentoo-user] How do I get php4

2007-01-09 Thread Gian Domeni Calgeer
Am Dienstag, 9. Januar 2007 13:36 schrieb John covici: > Hi. I have some apps which need php4 and the appropriate modules for > apache2 and other things like php-pear -- how do I get them into > gentoo. All I found was php5 which will break some apps which I will > need to install. Hi Try "emer

RE: [gentoo-user] How do I get php4

2007-01-09 Thread
> -Original Message- > From: Gian Domeni Calgeer [mailto:[EMAIL PROTECTED] > Sent: 09 January 2007 12:46 > To: gentoo-user@lists.gentoo.org > Subject: Re: [gentoo-user] How do I get php4 > > > Am Dienstag, 9. Januar 2007 13:36 schrieb John covici: > > Hi

RE: [gentoo-user] How do I get php4

2007-01-09 Thread John covici
MAIL PROTECTED]) wrote > > -Original Message- > > From: Gian Domeni Calgeer [mailto:[EMAIL PROTECTED] > > Sent: 09 January 2007 12:46 > > To: gentoo-user@lists.gentoo.org > > Subject: Re: [gentoo-user] How do I get php4 > > > > > > A

RE: [gentoo-user] How do I get php4

2007-01-09 Thread John covici
MAIL PROTECTED]) wrote > > -Original Message- > > From: Gian Domeni Calgeer [mailto:[EMAIL PROTECTED] > > Sent: 09 January 2007 12:46 > > To: gentoo-user@lists.gentoo.org > > Subject: Re: [gentoo-user] How do I get php4 > > > > > > A

RE: [gentoo-user] How do I get php4

2007-01-09 Thread Michael Sullivan
On Tue, 2007-01-09 at 08:49 -0500, John covici wrote: > I am having trouble unmasking a php4 ebuild. I have in my > /etc/portage/package.keywords the following line > dev-lang/php-4.4.4-r8 ~x86 > but emerge still complains about the package being masked. What am I > doing wrong here? > > Thanks

RE: [gentoo-user] How do I get php4

2007-01-09 Thread John covici
It says masked by keywords -- that is why I did what I did. on Tuesday 01/09/2007 Michael Sullivan([EMAIL PROTECTED]) wrote > On Tue, 2007-01-09 at 08:49 -0500, John covici wrote: > > I am having trouble unmasking a php4 ebuild. I have in my > > /etc/portage/package.keywords the following lin

Re: [gentoo-user] How do I get php4

2007-01-09 Thread Bo Ørsted Andresen
On Tuesday 09 January 2007 14:49, John covici wrote: > I am having trouble unmasking a php4 ebuild.  I have in my > /etc/portage/package.keywords  the following line > dev-lang/php-4.4.4-r8 ~x86 > but emerge still complains about the package being masked.  What am I > doing wrong here? "dev-lang/p

Re: [gentoo-user] How do I get php4

2007-01-09 Thread Bo Ørsted Andresen
On Tuesday 09 January 2007 14:18, John covici wrote: > Also, is there any way while doing a search to see the reason for a > package being masked? # eix -e php [I] dev-lang/php Available versions: (4) !4.3.11-r5 4.4.4-r6 ~4.4.4-r8 (5) 5.0.5-r5 5.1.6-r6 ~5.1.6-r8 D

Re: [gentoo-user] How do I get php4

2007-01-09 Thread Neil Bothwick
On Tue, 9 Jan 2007 08:49:16 -0500, John covici wrote: > I am having trouble unmasking a php4 ebuild. I have in my > /etc/portage/package.keywords the following line > dev-lang/php-4.4.4-r8 ~x86 > but emerge still complains about the package being masked. What am I > doing wrong here? That shou

Re: [gentoo-user] How do I get php4

2007-01-09 Thread John covici
OK, that did it -- now I have to find out why it wants a bunch of X libraries, but that is another question for another day. thanks much guys for all your help. on Tuesday 01/09/2007 Bo Ørsted Andresen([EMAIL PROTECTED]) wrote > On Tuesday 09 January 2007 14:49, John covici wrote: > > I am ha

RE: [gentoo-user] How do I get php4

2007-01-09 Thread
> -Original Message- > From: John covici [mailto:[EMAIL PROTECTED] > Sent: 09 January 2007 14:39 > To: gentoo-user@lists.gentoo.org > Subject: Re: [gentoo-user] How do I get php4 > > > OK, that did it -- now I have to find out why it wants a bunch of X > lib

Re: [gentoo-user] How do I get php4

2007-01-09 Thread John J. Foster
On Tue, Jan 09, 2007 at 09:38:34AM -0500, John covici wrote: > OK, that did it -- now I have to find out why it wants a bunch of X > libraries, but that is another question for another day. > > thanks much guys for all your help. > Thanks so much for listening to others concerning group etiquette

Re: [gentoo-user] How do I get php4

2007-01-09 Thread Mark Shields
On 1/9/07, Neil Bothwick <[EMAIL PROTECTED]> wrote: On Tue, 9 Jan 2007 08:49:16 -0500, John covici wrote: > I am having trouble unmasking a php4 ebuild. I have in my > /etc/portage/package.keywords the following line > dev-lang/php-4.4.4-r8 ~x86 > but emerge still complains about the package

Re: [gentoo-user] How do I get php4

2007-01-09 Thread Neil Bothwick
On Tue, 9 Jan 2007 10:09:46 -0500, Mark Shields wrote: > "=dev-lang/php-4.4.4-r8 ~x86" is excessive. "=dev-lang/php-4.4.4-r8" is > all that is needed for the package.keywords file. You are assuming that make.conf contains ACCEPT_KEYWORDS="x86", this may not be the case. Omitting the arch from pa

Re: [gentoo-user] How do I get php4

2007-01-09 Thread Kent Fredric
On 1/10/07, Neil Bothwick <[EMAIL PROTECTED]> wrote: On Tue, 9 Jan 2007 10:09:46 -0500, Mark Shields wrote: > "=dev-lang/php-4.4.4-r8 ~x86" is excessive. "=dev-lang/php-4.4.4-r8" is > all that is needed for the package.keywords file. You are assuming that make.conf contains ACCEPT_KEYWORDS="x86

Re: [gentoo-user] How do I get php4

2007-01-09 Thread Uwe Thiem
On 09 January 2007 17:35, Neil Bothwick wrote: > Neil Bothwick > > There's a fine line between fishing and standing on the shore looking > like an idiot. A very fine one. ;-) Uwe -- A fast and easy generator of fractals for KDE: http://www.SysEx.com.na/iwy-1.0.tar.bz2 Proof of concept of a TSP