Re: [PHP-DEV] OS X, enable embed problem, patch

2008-05-01 Thread Christopher Thompson
tely hiding anything. BuildSmart wrote: On Apr 30, 2008, at 11:20 AM, Christopher Thompson wrote: I don't want libphp.so as we are not using Apache. The brief details are roughly as follows: - we use lighthttpd for a web server I have lighttpd running in OSX with PHP with quite a few extension

Re: [PHP-DEV] OS X, enable embed problem, patch

2008-04-30 Thread Christopher Thompson
Paul Biggar wrote: Hi Chris, I'm very interested in having --enable-embed working on OS X. My experience with libtool is that it abstracts this sort of thing, so I'm a little bit confused by your work-around. Could you explain why you added --enable-embed=dylib instead of fixing --enable-embed=s

Re: [PHP-DEV] OS X, enable embed problem, patch

2008-04-30 Thread Christopher Thompson
Although there's obviously some debate as to the usefulness of my embed patch for OS X, here's a replacement for the Makefile.global bit. It adds $(PHP_LDFLAGS) to the compile line for libphp5.dylib, necessary in many cases. --- php-5.2.5.clean/Makefile.global 2007-08-03 08:01:56.

Re: [PHP-DEV] OS X, enable embed problem, patch

2008-04-30 Thread Christopher Thompson
(libphp.a rather than libphp.so) so I'm having a hard time understanding what exactly it is you're trying to achieve. -- Dale On Apr 29, 2008, at 19:14 PM, Christopher Thompson wrote: Please be gentle, I have very little experience developing on OS X. To be honest, the whole dyl

[PHP-DEV] OS X, enable embed problem, patch

2008-04-29 Thread Christopher Thompson
Please be gentle, I have very little experience developing on OS X. To be honest, the whole dylib thing seems messy and confusing to me, compared to the fairly straight-forward Linux style .so approach. Expected behavior: Able to configure and build on OS X with: ./configure --enable-embed A