[PHP] Compiling under RH7

2001-03-31 Thread Jon Jacob
I am still only getting the source of the php file. Has anybody successfully compiled Apache 1.3.x (1.3.19 in my case) and PHP (4.0.4pl1) under RH7? My httpd.conf has the proper AddType line and the php4 module is installed according to httpd -l. If you have done this successfully, please let

Re: [PHP] Compiling under RH7

2001-03-31 Thread Yasuo Ohgaki
How did you install Apache and PHP? PRM or source? I compile from source for these. You might have httpd.conf that is actually used by apache may be located some where else. If you are compile from source and need the same file layout as RedHat, use --with-layout=RedHat (or like) for Apache's

Re: [PHP] Compiling under RH7

2001-03-31 Thread Jon Jacob
Yasuo Ohgaki wrote: How did you install Apache and PHP? PRM or source? I compile from source for these. You might have httpd.conf that is actually used by apache may be located some where else. If you are compile from source and need the same file layout as RedHat, use --with-layout=RedHat