Building Apache2 with mod_php

2006-08-16 Thread Michael Varlik
Hi, I need to build apache2 with mod_php. I have installed both apache2 and php4 inside my openpkg environment. Unfortunatly the mod_php is not built. I had to modify the apache2 src.rpm to add an additional parameter (with this, mod_php is created). What is the proper way to enable php support

Re: Building Apache2 with mod_php

2006-08-16 Thread Ralf S. Engelschall
On Wed, Aug 16, 2006, Michael Varlik wrote: I need to build apache2 with mod_php. I have installed both apache2 and php4 inside my openpkg environment. Unfortunatly the mod_php is not built. I had to modify the apache2 src.rpm to add an additional parameter (with this, mod_php is created).

Re: Building Apache2 with mod_php

2006-08-16 Thread Michael Varlik
Original-Nachricht Datum: Wed, 16 Aug 2006 10:25:08 +0200 Von: Ralf S. Engelschall [EMAIL PROTECTED] An: openpkg-users@openpkg.org Betreff: Re: Building Apache2 with mod_php On Wed, Aug 16, 2006, Michael Varlik wrote: [...] It certainly is not related to shared vs.

Re: Building Apache2 with mod_php

2006-08-16 Thread Ralf S. Engelschall
On Wed, Aug 16, 2006, Caleb Epstein wrote: On 8/16/06, Ralf S. Engelschall [EMAIL PROTECTED] wrote: Besides, I found out, that many (all?) openpkg packages are configured with the --disable-shared option which causes them not to produce any shared library. What is the reason for that?

Re: Building Apache2 with mod_php

2006-08-16 Thread Ralf S. Engelschall
On Wed, Aug 16, 2006, Caleb Epstein wrote: [...] The awesome zsh shell, for example, needs shared library support for its loadable modules. [...] I had a look at our ZSH packaging and tried the --enable-dynamic. I see no problem to provide a with_dynamic option which builds ZSH with DSO

Re: Building Apache2 with mod_php

2006-08-16 Thread Caleb Epstein
On 8/16/06, Ralf S. Engelschall [EMAIL PROTECTED] wrote: On Wed, Aug 16, 2006, Caleb Epstein wrote: On 8/16/06, Ralf S. Engelschall [EMAIL PROTECTED] wrote: Besides, I found out, that many (all?) openpkg packages are configured with the --disable-shared option which causes them not to produce

Re: Building Apache2 with mod_php

2006-08-16 Thread Caleb Epstein
On 8/16/06, Ralf S. Engelschall [EMAIL PROTECTED] wrote: On Wed, Aug 16, 2006, Caleb Epstein wrote: [...] The awesome zsh shell, for example, needs shared library support for its loadable modules. [...]I had a look at our ZSH packaging and tried the --enable-dynamic. I see no problem to provide a

Re: Building Apache2 with mod_php

2006-08-16 Thread Ralf S. Engelschall
On Wed, Aug 16, 2006, Caleb Epstein wrote: On 8/16/06, Ralf S. Engelschall [EMAIL PROTECTED] wrote: [...] I guess I am misunderstanding what multiple instance means. Does it mean you can have more than one comlpete OpenPKG instance ( e.g. different OpenPKG versions with full sets of

Re: Building Apache2 with mod_php

2006-08-16 Thread Ralf S. Engelschall
On Wed, Aug 16, 2006, Caleb Epstein wrote: On 8/16/06, Ralf S. Engelschall [EMAIL PROTECTED] wrote: On Wed, Aug 16, 2006, Caleb Epstein wrote: [...] The awesome zsh shell, for example, needs shared library support for its loadable modules. [...] I had a look

Re: Building Apache2 with mod_php

2006-08-16 Thread Bill Campbell
On the subject of shared libraries, some operating systems, notably Apple's OS X generally required shared libraries, and have little support for static libraries. Some programs, notably python, will build on OS X, but don't build most of the normal libraries unless the necessary support packages