RE: [PHP-I18N] ubuntu 7.10 pecl install intl

[email protected] ("Ed Batutis") Sat, 10 May 2008 15:27:56 -0400
Newsgroups php.i18n
Message-ID <[email protected]>
> Has anyone managed to install "intl" pecl extension on ubuntu?

Yes - ubuntu 8.04 64bit.

> I try just pressing Enter and get lots of output ending ... failed

I just pressed ENTER and it found icu. What it is looking for is 

  bin/icu-config

On my system this is in /usr. If the default empty path doesn't work, I'd
try '/usr'. If you can't find 'icu-config' on your system then you don't
have libXXicu-dev installed.

=Ed Batutis