Php 试图让.intl在我的mac上工作,但可以';我想不出来

Php 试图让.intl在我的mac上工作,但可以';我想不出来,php,macos,xampp,intl,Php,Macos,Xampp,Intl,我试图让我的本地主机运行XAMPP,因为它给了我一个自动SSL。在我的工作中,他们用它工作。唯一的问题是我需要intl.so插件,但我无法让它在我的mac上工作 到目前为止,我一直试图从php.net的.tar文件中获取该文件,并触发一个我在网上找到的命令,但每次我都遇到这个错误 Can't locate Autom4te/C4che.pm in @INC (you may need to install the Autom4te::C4che module) (@INC contains: /

我试图让我的本地主机运行XAMPP,因为它给了我一个自动SSL。在我的工作中,他们用它工作。唯一的问题是我需要intl.so插件,但我无法让它在我的mac上工作

到目前为止,我一直试图从php.net的.tar文件中获取该文件,并触发一个我在网上找到的命令,但每次我都遇到这个错误

Can't locate Autom4te/C4che.pm in @INC (you may need to install the Autom4te::C4che module) (@INC contains: /usr/local/share/autoconf /Library/Perl/5.18/darwin-thread-multi-2level /Library/Perl/5.18 /Network/Library/Perl/5.18/darwin-thread-multi-2level /Network/Library/Perl/5.18 /Library/Perl/Updates/5.18.4 /System/Library/Perl/5.18/darwin-thread-multi-2level /System/Library/Perl/5.18 /System/Library/Perl/Extras/5.18/darwin-thread-multi-2level /System/Library/Perl/Extras/5.18 .) at /usr/local/bin/autom4te line 37.
BEGIN failed--compilation aborted at /usr/local/bin/autom4te line 37.
Roels-MacBook-Pro:intl roelvoordendag$ ./configure --enable-intl --with-php-config=/Applications/XAMPP/bin/php-config --with-icu-dir=/Applications/XAMPP/xamppfiles/
-bash: ./configure: No such file or directory
所以这似乎不起作用。 我还找到了一些关于brew的教程,但我也无法理解

我正在使用PHP7.1.32使用XAMPP。 我在macOs 10.15上