Re: [PHP-DEV] minor install issue (apache 1 sapi)

2003-11-19 Thread Joe Orton
On Fri, Nov 14, 2003 at 06:19:16AM -0800, terry chay wrote: > Jani, > > Yes, this happens when I create an RPM, however this is still a bug. > Here is RPM's build process: > 1) read spec file and look in /usr/src/redhat/SOURCES for files > necessary to build RPM > 2) configure and compile

Re: [PHP-DEV] minor install issue (apache 1 sapi)

2003-11-14 Thread terry chay
Jani, Yes, this happens when I create an RPM, however this is still a bug. Here is RPM's build process: 1) read spec file and look in /usr/src/redhat/SOURCES for files necessary to build RPM 2) configure and compile with settings targeted at "/" 3) make install into a temporary directory target

Re: [PHP-DEV] minor install issue (apache 1 sapi)

2003-11-13 Thread Jani Taskinen
This happens while _creating_ the rpm? In that case, I wouldn't call it a bug..you shouldn't be creating the package against your installed apache, but the one you're gonna package too. Diclaimer: this is purely 'common sense' guess as I have never done any

[PHP-DEV] minor install issue (apache 1 sapi)

2003-11-13 Thread terry chay
I'm not too sure this belongs here or on PHP-INST (there was a message by Dinesh Anchan back in July 17 on PHP-INST where the replier wasn't helpful to the poor guy). In any case... I'm running into a minor issue, easily patched, installing PHP 4.3.3+ on Apache 1.3. PROBLEM Creating a php R