Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: Fate97 on March 17, 2024, 09:23:41 AM

Title: Ubuntu: Intl:NOT OK error
Post by: Fate97 on March 17, 2024, 09:23:41 AM
Hello,
How can I enable or install Intl PHP extensions?
(https://kepkuldes.com/images/2dcebf5fef5849bf617a996c2ed6a53f.png)
Title: Re: Ubuntu: Intl:NOT OK error
Post by: 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.
Title: Re: Ubuntu: Intl:NOT OK error
Post by: Fate97 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?