[PHP-DEV] Building standalone executable and apache module at the same time

2002-01-09 Thread Peter Bowen

I'm working on a PHP RPM, and have run into the problem that I need both
a php exectable, and an apache module in the package.  My current
solution is to run configure and make twice.  While this works, I was
hoping to find a better solution.  Is there any way to get the build
system to create both using only one configure/compile?

Thanks.
Peter


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DEV] Building standalone executable and apache module at the same time

2002-01-09 Thread Jan Lehnardt

Hi,
On 09 Jan 2002 12:27:02 -0500
Peter Bowen [EMAIL PROTECTED] wrote:

 I'm working on a PHP RPM, and have run into the problem that I need
both
 a php exectable, and an apache module in the package.  My current
 solution is to run configure and make twice.  While this works, I was
 hoping to find a better solution.  Is there any way to get the build
 system to create both using only one configure/compile?

not for now, but the techies (keep up the good work ;) are working on
that.

Jan
-- 
Q: Thank Jan? A: http://geschenke.an.dasmoped.net/

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]