Gentoo Archives: gentoo-user

From: Craig Duncan <craigduncan@×××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] PHP and PEAR
Date: Fri, 08 Jul 2005 19:54:09
Message-Id: 42CED85E.5000706@entuend.com
In Reply to: [gentoo-user] PHP and PEAR by Catalin Trifu
1 Catalin Trifu wrote:
2
3 > Hi,
4 >
5 > I have PHP unmasked in package.unmask, so when I install it I get PHP 5.1.0b2
6 >which is exactly what i want.
7 > But there is not PEAR installed with it, which is not what I want. There
8 >is no USE flag to install PEAR or not. I looked in /usr/portage/eclass/php5-sapi.eclass and
9 >in php5-sapi_src_compile I found:
10 >
11 > php5-sapi_is_providerbuild || my_conf="${my_conf} --without-pear"
12 >
13 > I have no idea where php5-sapi_is_prviderbuild comes from.
14 > Is there a way to install pear without tweaking the .eclass file because it gets overwritten
15 >every time emerge sync ?
16 > Perhaps a USE flag would be much more appropiate that the internal flag.
17 >
18 >
19 >Catalin
20 >
21 >
22 >
23 All pear packages are in separate ebuilds, either lok in
24 /usr/portage/dev-php or use
25 $ esearch PEAR-
26
27 to find all available pear packages on your system.
28
29 Craig
30 --
31 gentoo-user@g.o mailing list

Replies

Subject Author
[gentoo-user] Re: PHP and PEAR Catalin Trifu <catalin@××××××××××××.de>