Как установить PHP7 на Cloudera QuickStart? - PullRequest
0 голосов
/ 23 января 2019

Я пытаюсь установить php 7 на Cloudera QuickStart 5.13.0, я поставил тот же комманд для Centos 7, но у меня есть эта ошибка.

--> Finished Dependency Resolution Error: Package: php-common-7.0.33-2.el7.remi.x86_64 (remi-php70)
           Requires: libc.so.6(GLIBC_2.15)(64bit) Error: Package: php-cli-7.0.33-2.el7.remi.x86_64 (remi-php70)
           Requires: libcrypto.so.10(OPENSSL_1.0.2)(64bit) Error: Package: php-cli-7.0.33-2.el7.remi.x86_64 (remi-php70)
           Requires: libpcre.so.1()(64bit) Error: Package: php-json-7.0.33-2.el7.remi.x86_64 (remi-php70)
           Requires: libc.so.6(GLIBC_2.14)(64bit) Error: Package: php-7.0.33-2.el7.remi.x86_64 (remi-php70)
           Requires: libpcre.so.1()(64bit) Error: Package: php-7.0.33-2.el7.remi.x86_64 (remi-php70)
           Requires: httpd-mmn = 20120211x8664
           Installed: httpd-2.2.15-45.el6.centos.x86_64 (@cloudera-centos-67)
               httpd-mmn = 20051115
           Available: httpd-2.2.15-69.el6.centos.x86_64 (base)
               httpd-mmn = 20051115 Error: Package: php-7.0.33-2.el7.remi.x86_64 (remi-php70)
           Requires: libcrypto.so.10(OPENSSL_1.0.2)(64bit) Error: Package: php-7.0.33-2.el7.remi.x86_64 (remi-php70)
           Requires: libc.so.6(GLIBC_2.15)(64bit) Error: Package: php-cli-7.0.33-2.el7.remi.x86_64 (remi-php70)
           Requires: libc.so.6(GLIBC_2.15)(64bit)
  You could try using --skip-broken to work around the problem
  You could try running: rpm -Va --nofiles --nodigest

1 Ответ

0 голосов
/ 23 января 2019
       Installed: httpd-2.2.15-45.el6.centos.x86_64 (@cloudera-centos-67)

Похоже, что это не CentOS 7, а CentOS 6 базовый дистрибутив.

Следуйте инструкциям мастера , выбрав правильную версию дистрибутива.

...