RE: [PHP-I18N] ubuntu 7.10 pecl install intl
[email protected] ("Ed Batutis") Sun, 11 May 2008 22:46:37 -0400
| Newsgroups | php.i18n |
|---|---|
| Message-ID | <[email protected]> |
> I've had a look in the files that exist at that point and PHP_SETUP_ICU > only exists on that one line; it doesn't seem to be defined anywhere It should be defined in acinclude.m4 in the php5 dev directory - /usr/lib/php5/build on my ubuntu - installed when you installed php5-dev. Maybe your autoconf isn't finding it for some reason. You might check that if so. =Ed