Fix problem with php-gettext
-
Re: insatllfog.sh can't get php-gettext
If you use a “Bullseye” version of Debian or a newet version of Ubuntu (22.xx), the installation does not go smoothly…
PHP-GETTEXT no longer exists and the version of PHP which is 7.4 does not start correctly.
To overcome this problem, just before running the famous command to initialize the script (./installfog.sh) you must modify the config.sh file located in the /lib/ubuntu directory of your fogproject folder.
You must add after line 93 (fi) the following line: php_ver=“7.4”
Then on line 107 change the package name from php-gettext to php-php-gettext.
Now you can run ./installfog.sh
-
@Ibizenco This has been discussed in the forums and in issue reports at least a dozen of times. Please use the latest dev-branch version instead of 1.5.9 for now.
-
@sebastian-roth Thanks.