[newbie] trouble getting PHP to work ...

2002-12-19 Thread Kenn Murrah
Greetings ... I know I've done this a dozen time before, but today I'm having trouble installing PHP on my Mandrake Linux Server 8.2 ... I've installed php, mod_php, php-mysql, and php-gd, but my php-encoded web pages still refuse to work (i.e., they display the php code) ... what am i doing

Re: [newbie] trouble getting PHP to work ...

2002-12-19 Thread Todd Slater
On Thu, Dec 19, 2002 at 06:44:26AM -0800, Kenn Murrah wrote: Greetings ... I know I've done this a dozen time before, but today I'm having trouble installing PHP on my Mandrake Linux Server 8.2 ... I've installed php, mod_php, php-mysql, and php-gd, but my php-encoded web pages still

Re: [newbie] trouble getting PHP to work ...

2002-12-19 Thread Kenn Murrah
well, i've never had to do that manually before, but I did go into the commonhttpd.conf file and add those lines ... actually, they were already there but commented, so I uncommented them and restarted, but with no change in the result ... (i should also point out that on previous installatiions,

Re: [newbie] trouble getting PHP to work ...

2002-12-19 Thread Paul Dimitriu
What version of Apache are you running? PHP has an issue w/ installing on Apache 2.0 and above. When you type make, did you look closely for any errors? One of many known errors may pop up when compiling. Paul --- Kenn Murrah [EMAIL PROTECTED] wrote: well, i've never had to do that manually

Re: [newbie] trouble getting PHP to work ...

2002-12-19 Thread Kenn Murrah
didn't do a make but rather used the mandrake install gui ... you'd think that it would correctly match apache with php, but maybe not ... --- Paul Dimitriu [EMAIL PROTECTED] wrote: What version of Apache are you running? PHP has an issue w/ installing on Apache 2.0 and above. When you