Re: [PHP] Compilation trouble on OS X

2005-06-13 Thread Marcus Bointon
On 12 Jun 2005, at 04:17, Richard Lynch wrote: I vaguely recall an issue with mb_* where people saw this nifty new feature and turned it on having no idea what it was, and, well, they didn't really want that feature turned on at all... This could be the same thing. Or not. Try ./configure

Re: [PHP] Compilation trouble on OS X

2005-06-13 Thread Marcus Bointon
On 13 Jun 2005, at 10:52, Marcus Bointon wrote: I just tried compiling on a clean install of 10.4, with a clean install of fink (I'm using some fink packages like apache2, JPEG, PNG, etc) and I'm still getting the ld problem I mentioned. Think I may have to report it as a bug and see what

Re: [PHP] Compilation trouble on OS X

2005-06-11 Thread Richard Lynch
On Thu, June 9, 2005 5:32 am, Marcus Bointon said: I've been beating my head against this - I've done this so many times on BSD and Linux but I just can't get PHP 5.0.4 to compile on OS X. Even the simplest case: ./configure make fails with: /usr/bin/ld: Undefined symbols:

[PHP] Compilation trouble on OS X

2005-06-09 Thread Marcus Bointon
I've been beating my head against this - I've done this so many times on BSD and Linux but I just can't get PHP 5.0.4 to compile on OS X. Even the simplest case: ./configure make fails with: /usr/bin/ld: Undefined symbols: _mbstring_globals _php_mb_encoding_translation

Re: [PHP] Compilation trouble on OS X

2005-06-09 Thread John DeSoi
On Jun 9, 2005, at 8:32 AM, Marcus Bointon wrote: I've been beating my head against this - I've done this so many times on BSD and Linux but I just can't get PHP 5.0.4 to compile on OS X. Even the simplest case: Do you have the latest XCode installed? I think there was a recent update

Re: [PHP] Compilation trouble on OS X

2005-06-09 Thread Marcus Bointon
On 9 Jun 2005, at 15:46, John DeSoi wrote: Do you have the latest XCode installed? I think there was a recent update for OS X 10.4. I did not have any problems compiling PHP 5.0.4 with OS X 10.3, but I have not tried 10.4 yet. I do have XCode 2.1, but I don't think it has anything to do

Re: [PHP] Compilation trouble on OS X

2005-06-09 Thread Brent Baisley
I'm pretty sure you have to install the developer tools in order to get the gcc compiler installed. So while you don't need XCode to compile, you do need the developer tools, which is almost synonymous with XCode. Doesn't 10.4 ship with gcc 4? I know I read about some bugs and problem with

Re: [PHP] Compilation trouble on OS X

2005-06-09 Thread Marcus Bointon
On 9 Jun 2005, at 18:11, Brent Baisley wrote: I'm pretty sure you have to install the developer tools in order to get the gcc compiler installed. So while you don't need XCode to compile, you do need the developer tools, which is almost synonymous with XCode. Of course I have the