Upgrade to 1.2.0 failed : php-bcmath problem
-
Server
- FOG Version:
- OS:
Client
- Service Version:
- OS:
Description
Hello,
I’ve a problem when trying to upgrade to 1.2.0 via git on my machine.
Trying also “yum install php-bcmath -y” does not solve the problem. Issue seems to be with remiInstallfog.sh finishes by : * Installing package: php-bcmath…Failed!
yum install php-bcmath -y failed with : Erreur : Paquet : php-bcmath-5.4.45-12.el7.remi.x86_64 (remi)
Any idea to help ?
My server : CentOS Linux release 7.2.1511 (Core)
My running fog : Running Version: 8303Thanks in advance,
Philippe
-
try these before hand:
yum remove -y php* lib*php yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm -y yum install http://rpms.remirepo.net/enterprise/remi-release-7.rpm -y yum install yum-utils -y yum-config-manager --enable remi-php70 yum install php php-bcmath php-cli php-common php-fpm php-gd php-ldap php-mbstring php-mcrypt php-mysqlnd php-process -y
Also, I don’t think you’re installing 1.2.0, I think you’re installing 1.3.0 Release Candidate - and an old one at that I think. You should follow these instructions for installing the latest FOG onto CentOS 7:
https://wiki.fogproject.org/wiki/index.php?title=CentOS_7
After the install is done, if there’s any issues with the PHP version, you can again use the above commands I posted after the install. -
Also just for clarity, does your fog server have direct internet access or must you go through a proxy server to reach the internet? If it is via a proxy server there are steps you must complete to allow the installer to work.
-
George : no proxy is used.
Wayne : GREAT ! It’s working. Thanks a lot ! and indeed it was 1.3.0Philippe