Re: [PHP-INSTALL] Can't get --enable-intl to work with 5.3.8

2011-11-06 Thread Luke Scott
Looks like an issue with libxml 2.7.8. Issue gone with 2.7.7. Still having problems compiling this on OS X 10.6. I've searched around and tried every suggestion I could find. Still can't get it to compile correctly. First I get this: Undefined symbols for architecture x86_64: "std::terminate()

Re: [PHP-INSTALL] Can't get --enable-intl to work with 5.3.8

2011-11-05 Thread Partha Chowdhury
On 05/11/11 01:43 AM, Luke Scott wrote: I'm trying to compile PHP 5.3.8 with the intl extension. This extension requires icu, which requires --with-icu-dir=. I just was able to compile php 5.3.8 with --enable-intl. my config.log: http://pastebin.com/c7dAwKy8 I was able to compile icu fine. I'v