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

2011-11-06 Thread Luke Scott
/Server/src/php-5.3.8/ext/phar/build_precommand.php > ext/phar/phar.php make: *** [ext/phar/phar.php] Error 133 If I compile it without the intl extension everything works (without adding "-lresolv"). Anyone know how to solve this? Luke Scott On 11/5/11 9:03 PM, "Partha Cho

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

2011-11-04 Thread Luke Scott
I'm trying to compile PHP 5.3.8 with the intl extension. This extension requires icu, which requires --with-icu-dir=. I was able to compile icu fine. I've tried version 3.8 to 4.8. But when I tried to compile PHP it complained about UChar already being defined in both libxml2 and icu. After doing