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 1F6b2n-0003BX-9e for garchives@archives.gentoo.org; Tue, 07 Feb 2006 22:10:41 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.5/8.13.5) with SMTP id k17M8YPt021077; Tue, 7 Feb 2006 22:08:34 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 k17M1tpQ029621 for ; Tue, 7 Feb 2006 22:01:56 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 k17M2Tr4032079 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 7 Feb 2006 14:02:29 -0800 Message-ID: <43E918EF.6060302@monstertech.ca> Date: Tue, 07 Feb 2006 14:02:23 -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> <43E9161A.7080001@monstertech.ca> In-Reply-To: <43E9161A.7080001@monstertech.ca> 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: d87234f3-c430-448b-8df6-f750ffd17c49 X-Archives-Hash: 1585482d9bd6542d39fecdaf3384aad9 Darren Grant wrote: > > > 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? > > > Ahh found it... just needed to change -D PHP to -D PHP5 ;) -- gentoo-user@gentoo.org mailing list