Roundcube Community Forum

 

Ubuntu: Intl:NOT OK error

Started by Fate97, March 17, 2024, 09:23:41 AM

Previous topic - Next topic

Fate97

Hello,
How can I enable or install Intl PHP extensions?

JohnDoh

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...

Fate97

Quote from: JohnDoh 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.
Yes
sudo apt update
sudo apt install php8.1-intl
Right?