Author Topic: Ubuntu: Intl:NOT OK error  (Read 2534 times)

Offline Fate97

  • Newbie
  • *
  • Posts: 2
Ubuntu: Intl:NOT OK error
« on: March 17, 2024, 09:23:41 AM »
Hello,
How can I enable or install Intl PHP extensions?

Offline JohnDoh

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2,856
Re: Ubuntu: Intl:NOT OK error
« Reply #1 on: March 18, 2024, 01:39:54 PM »
Ubuntu appears to provide a number of packages based on version https://packages.ubuntu.com/search?keywords=php-intl&searchon=names&suite=all&section=all. I guess you want `php8.1-intl`?

This is really an Ubuntu question not a Roundcube one so you might be better of asking in that community.
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and moreā€¦

Offline Fate97

  • Newbie
  • *
  • Posts: 2
Re: Ubuntu: Intl:NOT OK error
« Reply #2 on: March 18, 2024, 11:23:00 PM »
Ubuntu appears to provide a number of packages based on version https://packages.ubuntu.com/search?keywords=php-intl&searchon=names&suite=all&section=all. I guess you want `php8.1-intl`?

This is really an Ubuntu question not a Roundcube one so you might be better of asking in that community.
Yes
sudo apt update
sudo apt install php8.1-intl
Right?