From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org)
	by finch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-user+bounces-102857-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1N4l1U-0008Mw-NT
	for garchives@archives.gentoo.org; Mon, 02 Nov 2009 00:43:52 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 80EBAE07AE;
	Mon,  2 Nov 2009 00:43:51 +0000 (UTC)
Received: from mail-vw0-f184.google.com (mail-vw0-f184.google.com [209.85.212.184])
	by pigeon.gentoo.org (Postfix) with ESMTP id 590C6E07AE
	for <gentoo-user@lists.gentoo.org>; Mon,  2 Nov 2009 00:43:51 +0000 (UTC)
Received: by vws14 with SMTP id 14so965859vws.32
        for <gentoo-user@lists.gentoo.org>; Sun, 01 Nov 2009 16:43:51 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=gamma;
        h=domainkey-signature:mime-version:received:in-reply-to:references
         :date:message-id:subject:from:to:content-type
         :content-transfer-encoding;
        bh=WkCzTgdfT8VkWqtdBv+YT+tqgphJLJ8CdSXNyOfI8b0=;
        b=R+DlaDEACW/ptds/fBSZH7BJxSNNavKFa3izfDLkWzkZQJ8KYUOhv0fcfYm4aMUKir
         ZsYkrp0j3OA7n9LoXgUP9mt9LMOhvC/azjugKYktOhkwNa6+olRwZvMsZ6+MfVPYLyz6
         QqNdr0v3wUDicedglKSmL0OjV4BdFkGtzcHlg=
DomainKey-Signature: a=rsa-sha1; c=nofws;
        d=gmail.com; s=gamma;
        h=mime-version:in-reply-to:references:date:message-id:subject:from:to
         :content-type:content-transfer-encoding;
        b=kzgpYndT32ycbfVLkixnHKg8cLlYmIL0PCs7cfwILDmBow6dn+9EDK/16TlVHlFnFl
         khfUSZlkjo5w6neNseoA8ulpWLi7kUg+CFjXQae9LHq4DIcDlUbQPN5QPNA94JJbVvjH
         8zwwFeILH/Xc1YN5BTEEfTAnUThp2CPGp/ejE=
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@lists.gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
MIME-Version: 1.0
Received: by 10.220.122.96 with SMTP id k32mr4279411vcr.96.1257122630947; Sun, 
	01 Nov 2009 16:43:50 -0800 (PST)
In-Reply-To: <hcirlf$8ho$1@ger.gmane.org>
References: <5bdc1c8b0910311642w439202cbqc88f83a76bd07d0e@mail.gmail.com>
	 <hcirlf$8ho$1@ger.gmane.org>
Date: Sun, 1 Nov 2009 19:43:50 -0500
Message-ID: <c30988c30911011643i542d1a02t54776eda6f661da1@mail.gmail.com>
Subject: Re: [gentoo-user] Re: depclean / db & php loop
From: Joshua Murphy <poisonbl@gmail.com>
To: gentoo-user@lists.gentoo.org
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
X-Archives-Salt: 471f14a4-abc4-4b2b-a3e2-4e23423b1ff3
X-Archives-Hash: 4a8f99f52a7bb18dbabdc3c231778571

On Sat, Oct 31, 2009 at 9:26 PM, walt <w41ter@gmail.com> wrote:
> On 10/31/2009 04:42 PM, Mark Knecht wrote:
>> ...
>> =C2=A0 =C2=A0If it matters this is a PPC Mac Mini used as a MythTV backe=
nd
>> server...
>
> Oops, I forgot to ask:
>
> It may be very important -- but I don't have a clue what a MythTV
> server does or what packages it depends on.
>
> Does your server use something like Apache/php to do the serving,
> and do you really need php to do it?

MythTV is digital video recording software, allowing
watching/recording of things through a tv tuner card, and even
pause/resume of a 'live stream'.

It's heavily dependent on mysql, as I recall, and has the option to
use Apache+PHP to serve up a web based interface, MythWeb, as is
mentioned in the OPs reply to your question. It, however, doesn't use
php's ability to interface with berkley db in any way I'm aware of, so
it should safe to merely rebuild php without the berkdb use flag, then
remove the db package.

--=20
Poison [BLX]
Joshua M. Murphy

p.s. - for the OP, php is a scripting language that's most commonly
used to provide dynamic web content, and as MythWeb is written in
php... ;)