From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.54) id 1F6aog-0006yP-0u for garchives@archives.gentoo.org; Tue, 07 Feb 2006 21:56:06 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.5/8.13.5) with SMTP id k17LsP09031176; Tue, 7 Feb 2006 21:54:25 GMT Received: from exeter.monstertech.ca (zz194029.cipherkey.net [209.53.194.29]) by robin.gentoo.org (8.13.5/8.13.5) with ESMTP id k17Lo7Gm001627 for ; Tue, 7 Feb 2006 21:50:08 GMT Received: from [10.180.16.38] (blip4sdy8ja.bc.hsia.telus.net [216.232.118.42] (may be forged)) (authenticated bits=0) by exeter.monstertech.ca (8.12.11/8.12.11) with ESMTP id k17LojMr031993 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 7 Feb 2006 13:50:45 -0800 Message-ID: <43E9161A.7080001@monstertech.ca> Date: Tue, 07 Feb 2006 13:50:18 -0800 From: Darren Grant User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051017) X-Accept-Language: en-us, en 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] dev-php/php blocking dev-lang/php References: <43E8E879.9090906@monstertech.ca> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.4 required=5.0 tests=ALL_TRUSTED autolearn=failed version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on exeter.monstertech.ca X-Archives-Salt: 170deb17-d726-4733-be4f-60824bb34706 X-Archives-Hash: 50a9f437be2d1f6d77ccb7e920e03094 James Ausmus wrote: > > > On 2/7/06, *Darren Grant* > wrote: > > I'm trying to install squirrelmail on a system that I've already > compiled apache2 with dev-php/php and dev-php/mod_php support. > squirrelmail is complaining about dev-php/php blocking dev-php/php and > dev-php/PEAR dependencies. > > I searched around and found a couple of solutions. I tried remerging > dev-php/php with use="pear" but that didn't help. And also adding pear > packages to my /etc/portage/package.keywords... but that didn't > help either. > > Any help would be greatly appreciated. > > # emerge -p squirrelmail > > These are the packages that I would merge, in order: > > Calculating dependencies ...done! > [blocks B ] dev-php/mod_php (is blocking dev-lang/php- 5.0.5-r5) > [blocks B ] dev-php/php (is blocking dev-lang/php-5.0.5-r5) > [blocks B ] dev-php/mod_php (is blocking > dev-php/PEAR-PEAR-1.4.6-r1) > [blocks B ] dev-php/php (is blocking dev-php/PEAR-PEAR-1.4.6-r1 ) > > > > dev-lang/php is the new consolidated php ebuild, replaces both > dev-php/php and dev-php/mod_php. To get CLI php installed, make sure > you have the "cli" USE flag set, and to get apache2 support installed, > make sure you have the "apache2" USE flag set. Then do the following: > > #emerge -pv dev-lang/php > > Ignore the blocking messages, just give the USE flags a once-over - > there are changes between the dev-php/php ebuild and the dev-lang/php > ebuild as far as USE flags are concerned. > > Once you have your USE flags set as you need them, do: > > #emerge -C php mod_php && emerge dev-lang/php > > Then you should be able to emerge squirrelmail just fine. > > HTH > > -James > > > > Thanks for the help... appreciate it. With a bit of tweaking I was able to get dev-lang/php installed as well as squirrelmail. Now though my apache2+php is broken. IE: bringing up http://localhost/squirremail... firefox asks if I want to save filetype .phtml ... In my /etc/conf.d/apache2 file I have "APACHE2_OPTS="-D DEFAULT_VHOST -D PHP -D SSL"". Is there some tweaking I need to do to my /etc/apache2/modules.d/70_mod_php.conf? -- gentoo-user@gentoo.org mailing list