Gentoo Archives: gentoo-server

From: Ben Munat <bent@×××××.com>
To: gentoo-server@l.g.o
Subject: Re: [gentoo-server] php not working
Date: Wed, 28 Apr 2004 16:29:18
Message-Id: 408FDC29.7000503@munat.com
In Reply to: Re: [gentoo-server] php not working by Sune Kloppenborg Jeppesen
1 Ack! thanks... need more coffee...
2
3 b
4
5 Sune Kloppenborg Jeppesen wrote:
6
7 > On Wednesday 28 April 2004 18:01, Ben Munat wrote:
8 >
9 >>No, I hadn't... but I just tried and go back:
10 >>
11 >>!!! doebuild:
12 >>/var/db/pkg/dev-php/mod_php-4.3.6_r2/mod_php-4.3.6_rc2.ebuild not found
13 >>for config
14 >>
15 >>I checked and that ebuild definitely exists at the path specified...
16 >>
17 >>And thoughts?
18 >
19 > Yes, if you used the above path you did not check properly try this one
20 > instead:
21 >
22 > /var/db/pkg/dev-php/mod_php-4.3.6_rc2/mod_php-4.3.6_rc2.ebuild
23 >
24 > Note the added c in rc2 in the directory name.
25 >
26 >
27 >>Thanks,
28 >>
29 >>b
30 >>
31 >>Yves Thommes wrote:
32 >>
33 >>>Hi
34 >>>
35 >>>Did you execute the command:
36 >>>
37 >>>ebuild /var/db/pkg/dev-php/mod_php-<your version here>/mod_php-<your
38 >>>version here>.ebuild config
39 >>>
40 >>>This command will insert the necessary lines into the apache config file
41 >>>to enable PHP support.
42 >>>
43 >>>
44 >>>Yves
45 >>>
46 >>>Ben Munat wrote:
47 >>>
48 >>>>Just went through hell doing an emerge world... php and mod_php were
49 >>>>very stubborn. But, I got them to compile. Problem is that now I can't
50 >>>>seem to get php to work. Well, I can run php on the command line
51 >>>>(passed it a file with a call to phpinfo() in it and got all the php
52 >>>>config stuff back). So, that suggests to me that the problem's either
53 >>>>with apache2 or with mod_php. I put the "-D PHP4" in the apache2.conf
54 >>>>file, so that's all set. Am I forgetting anything else?
55 >>>>
56 >>>>Thanks
57 >>>>
58 >>>>Ben
59 >
60 >