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:
> _mbstring_globals
> _php_mb_encoding_translation

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 --without-mbstring

Only you'll have to check ./configure --help | grep mb

and see how to actually turn it off.

-- 
Like Music?
http://l-i-e.com/artists.htm

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to