Re: [PHP] building PHP5.2.5 on Mac OS X Leopard (anyone know how to build a just an extension)

2007-12-24 Thread Jochem Maas
the following url explains how to build a single extension for an existing php installation .. it's not really Mac specific and may help someone on another system stuck with the same problem: http://lists.apple.com/archives/macos-x-server/2007/Nov/msg00315.html Jochem Maas schreef: hi guys,

Re: [PHP] building PHP5.2.5 on Mac OS X Leopard (anyone know how to build a just an extension)

2007-12-21 Thread Jochem Maas
Daniel Brown schreef: On Dec 20, 2007 7:56 PM, Jochem Maas [EMAIL PROTECTED] wrote: Frank Arensmeier schreef: How desperately are you trying to get thinks working? desperate enough to move back to my windows machine ;-) For the love of God, Jochem, I will not sit idly by and allow that

Re: [PHP] building PHP5.2.5 on Mac OS X Leopard (anyone know how to build a just an extension)

2007-12-21 Thread Daniel Brown
On Dec 21, 2007 12:55 PM, Jochem Maas [EMAIL PROTECTED] wrote: I'll get back to you as soon as I have had another stab at configuring/compiling (right now I don't have any apache or php stuff lying around - I got annoyed and confused so I rm -rf'ed the lot with the intention to try again

Re: [PHP] building PHP5.2.5 on Mac OS X Leopard (anyone know how to build a just an extension)

2007-12-21 Thread Daniel Brown
On Dec 20, 2007 7:56 PM, Jochem Maas [EMAIL PROTECTED] wrote: Frank Arensmeier schreef: How desperately are you trying to get thinks working? desperate enough to move back to my windows machine ;-) For the love of God, Jochem, I will not sit idly by and allow that to happen. Is it

Re: [PHP] building PHP5.2.5 on Mac OS X Leopard (anyone know how to build a just an extension)

2007-12-20 Thread Frank Arensmeier
20 dec 2007 kl. 00.55 skrev Jochem Maas: hi guys, well having tried for countless hours to build php on leopard I pretty much gave up. that's too bad... apparently it's pretty much impossible unless your name is Marc Liyanage (entropy.ch) ... the problem lies with the fact that you

Re: [PHP] building PHP5.2.5 on Mac OS X Leopard (anyone know how to build a just an extension)

2007-12-20 Thread Richard Lynch
./configure --with-interbase should build the interbase extension, as well as a PHP binary that you don't want. Then just copy the interbase.so thingie over, and Bob's your uncle. You might need some stuff from Marc's configure line to convince it to compile the extension in 64-bit mode, but

Re: [PHP] building PHP5.2.5 on Mac OS X Leopard (anyone know how to build a just an extension)

2007-12-20 Thread Daniel Brown
On Dec 20, 2007 2:30 PM, Richard Lynch [EMAIL PROTECTED] wrote: ./configure --with-interbase should build the interbase extension, as well as a PHP binary that you don't want. Then just copy the interbase.so thingie over, and Bob's your uncle. I don't know who Bob is, but it should also

Re: [PHP] building PHP5.2.5 on Mac OS X Leopard (anyone know how to build a just an extension)

2007-12-20 Thread Jochem Maas
Frank Arensmeier schreef: 20 dec 2007 kl. 00.55 skrev Jochem Maas: hi guys, well having tried for countless hours to build php on leopard I pretty much gave up. that's too bad... 'give up' is too strong - but deadlines and frustration has caused me to put it aside right now. ...

Re: [PHP] building PHP5.2.5 on Mac OS X Leopard (anyone know how to build a just an extension)

2007-12-20 Thread Jochem Maas
Daniel Brown schreef: On Dec 20, 2007 2:30 PM, Richard Lynch [EMAIL PROTECTED] wrote: ./configure --with-interbase should build the interbase extension, as well as a PHP binary that you don't want. Then just copy the interbase.so thingie over, and Bob's your uncle. I don't know who

Re: [PHP] building PHP5.2.5 on Mac OS X Leopard (anyone know how to build a just an extension)

2007-12-20 Thread Jochem Maas
I hit send too soon ... Frank Arensmeier schreef: 20 dec 2007 kl. 00.55 skrev Jochem Maas: ... is interbase available via PEAR or PECL? alas no. it would be PECL at any rate - and I don't hold much faith in PECL being able to build anything usable anyway How desperately are you trying

[PHP] building PHP5.2.5 on Mac OS X Leopard (anyone know how to build a just an extension)

2007-12-19 Thread Jochem Maas
hi guys, well having tried for countless hours to build php on leopard I pretty much gave up. apparently it's pretty much impossible unless your name is Marc Liyanage (entropy.ch) ... the problem lies with the fact that you need 64bit libs and the some (most notably iconv) of the libs