Can't get to install 'intl' extension for php on debian

后端 未结 5 2000
南方客
南方客 2020-12-25 13:11

I have a Debian server and I want to install the intl extension through pecl.

During the installation it asks me:

"

5条回答
  •  萌比男神i
    2020-12-25 13:21

    Same error:

    /tmp/pear/temp/intl/collator/collator_class.c:92: error: duplicate 'static'
    

    But when reading the intl native extension comments, I saw:

    Debian Squeeze users can install the intl extension with:

    sudo apt-get install php5-intl

    first comment

    The package works even with my old Ubuntu 8.04...

提交回复
热议问题