Gentoo Archives: gentoo-user

From: Mark Knecht <markknecht@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: depclean / db & php loop
Date: Sun, 01 Nov 2009 04:13:23
Message-Id: 5bdc1c8b0910312113h7630b676rd106a73cc94ee8a6@mail.gmail.com
In Reply to: [gentoo-user] Re: depclean / db & php loop by walt
1 On Sat, Oct 31, 2009 at 7:26 PM, walt <w41ter@×××××.com> wrote:
2 > On 10/31/2009 04:42 PM, Mark Knecht wrote:
3 >> ...
4 >>    If it matters this is a PPC Mac Mini used as a MythTV backend
5 >> server...
6 >
7 > Oops, I forgot to ask:
8 >
9 > It may be very important -- but I don't have a clue what a MythTV
10 > server does or what packages it depends on.
11 >
12 > Does your server use something like Apache/php to do the serving,
13 > and do you really need php to do it?
14 >
15
16 Walt,
17 Thanks for the info on the USE flag. I'll try that tomorrow.
18
19 As for Myth and Apache, there is a MythWeb app that allows me to
20 look at TV listings, what's recorded, what's coming up, etc. I don't
21 even know what php is so I cannot say whether I need it or not. I
22 suspect this is the sort of thing where a developer or whoever sets of
23 basic profiles set something and maybe I could get rid of it if I knew
24 what it did. It seems to be required by MythWeb and I don't seem to
25 have any real USE flag control in MythWeb. To me Apache is just a
26 tool, not an app, so I don't try to optimize how I use it but rather
27 hope the Gentoo devs are making the right choices.
28
29 Again, thanks!
30
31 - Mark
32
33 MacMini ~ # equery depends php
34 [ Searching for packages depending on php... ]
35 www-apps/mythweb-0.21_p17573 (=virtual/httpd-php-5*)
36 MacMini ~ #
37
38
39 MacMini ~ # emerge -pv mythweb apache
40
41 These are the packages that would be merged, in order:
42
43 Calculating dependencies... done!
44 [ebuild R ] www-servers/apache-2.2.11-r2 USE="ldap ssl -debug
45 -doc (-selinux) -sni -static -suexec -threads"
46 APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon
47 authn_dbm authn_default authn_file authz_dbm authz_default
48 authz_groupfile authz_host authz_owner authz_user autoindex cache dav
49 dav_fs dav_lock deflate dir disk_cache env expires ext_filter
50 file_cache filter headers include info log_config logio mem_cache mime
51 mime_magic negotiation rewrite setenvif speling status unique_id
52 userdir usertrack vhost_alias -asis -auth_digest -authn_dbd -cern_meta
53 -charset_lite -dbd -dumpio -ident -imagemap -log_forensic -proxy
54 -proxy_ajp -proxy_balancer -proxy_connect -proxy_ftp -proxy_http
55 -substitute -version" APACHE2_MPMS="-event -itk -peruser -prefork
56 -worker" 0 kB
57
58
59 [ebuild R ] www-apps/mythweb-0.21_p17573 USE="-vhosts" 0 kB
60
61 Total: 2 packages (2 reinstalls), Size of downloads: 0 kB
62 MacMini ~ #