Installation failure on Debian Bullseye
-
Hi, with last version of FOG on Debian 11 with PHP repository https://deb.sury.org/ , I have this error when i try to install FOG :
Could not find /etc/php//fpm/php.ini!
So, humm, maybe FOG need to correctly check “X.X” folders no ? or what’s wrong ?
My php.ini path is /etc/php/8.1/fpm/php.ini
-
@btphl FOG 1.5.9GA does not support Debian 11 nor php 8.
If you switch to the dev branch (1.5.9.11o or later) you might have better luck. -
george1421 thanks , seems to be good with 7.4
do you plan a new release with this support soon ?
-
@btphl Version 1.5.10 will be released later this spring.
To get the “current” version of 1.5.9 you can switch to the dev branch.
change into fogproject installer directory.
cd /root/fogproject git pull git checkout dev-branch git pull cd bin ./installfog.sh
When 1.5.10 is released to change back.
cd /root/fogproject git pull git checkout master git pull cd bin ./installfog.sh