Hello I am struggling with installation of the latest Phalcon. FIrstly environment:
- Centos 7.5
- PHP 7.2 (from the remi repo)
I have followed the instruction carefully and have come up short here.
yum install php70u-phalcon Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile
- base: mirrors.tripadvisor.com
- epel: fedora-epel.mirrors.tds.net
- extras: mirrors.tripadvisor.com
- remi-php72: repo1.ash.innoscale.net
- remi-safe: repo1.ash.innoscale.net
- updates: mirror.math.princeton.edu Resolving Dependencies --> Running transaction check ---> Package php70u-phalcon.x86_64 0:3.4.0-2.ius.el7.centos will be installed --> Processing Dependency: php(zend-abi) = 20151012-64 for package: php70u-phalcon-3.4.0-2.ius.el7.centos.x86_64 --> Processing Dependency: php(api) = 20151012-64 for package: php70u-phalcon-3.4.0-2.ius.el7.centos.x86_64 --> Processing Dependency: php70u-pdo(x86-64) for package: php70u-phalcon-3.4.0-2.ius.el7.centos.x86_64 --> Processing Dependency: php70u-common(x86-64) for package: php70u-phalcon-3.4.0-2.ius.el7.centos.x86_64 --> Finished Dependency Resolution Error: Package: php70u-phalcon-3.4.0-2.ius.el7.centos.x86_64 (phalcon_stable) Requires: php(zend-abi) = 20151012-64 Installed: php-common-7.2.6-1.el7.remi.x86_64 (@remi-php72) php(zend-abi) = 20170718-64 Available: php-common-5.4.16-45.el7.x86_64 (base) php(zend-abi) = 20100525-64 Available: php-common-7.2.5-1.el7.remi.x86_64 (remi-php72) php(zend-abi) = 20170718-64 Error: Package: php70u-phalcon-3.4.0-2.ius.el7.centos.x86_64 (phalcon_stable) Requires: php70u-common(x86-64) Error: Package: php70u-phalcon-3.4.0-2.ius.el7.centos.x86_64 (phalcon_stable) Requires: php(api) = 20151012-64 Installed: php-common-7.2.6-1.el7.remi.x86_64 (@remi-php72) php(api) = 20170718-64 Available: php-common-5.4.16-45.el7.x86_64 (base) php(api) = 20100412-64 Available: php-common-7.2.5-1.el7.remi.x86_64 (remi-php72) php(api) = 20170718-64 Error: Package: php70u-phalcon-3.4.0-2.ius.el7.centos.x86_64 (phalcon_stable) Requires: php70u-pdo(x86-64) You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest
I dont know what else to try besides installing certain php 5 packages which I really dont want to do.