Как установить phpseclib под CentOS 8? - PullRequest
1 голос
/ 18 марта 2020

Я использую репо Remi для получения пакетов под CentOS 8, поскольку, как правило, кажется, что он мне нужен, но сейчас я пытаюсь установить phpseclib и сталкиваюсь с проблемами. Я следую инструкциям по установке, приведенным на этой странице: https://centos.pkgs.org/8/remi-x86_64/php-phpseclib-net-sftp-1.0.17-1.el8.remi.noarch.rpm.html

Прежде всего, необходимо загрузить этот последний реми-релиз * rpm

$ wget http://rpms.remirepo.net/enterprise/8/remi/x86_64/remi-release-8.1-2.el8.remi.noarch.rpm
--2020-03-18 14:08:05--  http://rpms.remirepo.net/enterprise/8/remi/x86_64/remi-release-8.1-2.el8.remi.noarch.rpm
Resolving rpms.remirepo.net (rpms.remirepo.net)... 2001:bc8:33a1:100::1, 195.154.241.117
Connecting to rpms.remirepo.net (rpms.remirepo.net)|2001:bc8:33a1:100::1|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 23420 (23K) [application/x-rpm]
Saving to: ‘remi-release-8.1-2.el8.remi.noarch.rpm’

remi-release-8.1-2.el8.remi.noarch.rpm          100%[======================================================================================================>]  22.87K  --.-KB/s    in 0.02s

2020-03-18 14:08:05 (1.02 MB/s) - ‘remi-release-8.1-2.el8.remi.noarch.rpm’ saved [23420/23420]

Это пошло хорошо. Затем установите его:

$ sudo rpm -Uvh remi-release-8.1-2.el8.remi.noarch.rpm
Verifying...                          ################################# [100%]
Preparing...                          ################################# [100%]
Updating / installing...
   1:remi-release-8.1-2.el8.remi      ################################# [ 50%]
Cleaning up / removing...
   2:remi-release-8.0-4.el8.remi      ################################# [100%]

Наконец установите пакет php -phpseclib- net -sftp rpm:

$ sudo dnf --enablerepo=remi install php-phpseclib-net-sftp
CentOS-8 - AppStream                                                                                                                                           1.0 MB/s | 4.3 kB     00:00
CentOS-8 - Base                                                                                                                                                1.1 MB/s | 3.8 kB     00:00
CentOS-8 - Extras                                                                                                                                              424 kB/s | 1.5 kB     00:00
Extra Packages for Enterprise Linux Modular 8 - x86_64                                                                                                          43 kB/s |  29 kB     00:00
Extra Packages for Enterprise Linux 8 - x86_64                                                                                                                  40 kB/s |  23 kB     00:00
phalcon_stable                                                                                                                                                 1.2 kB/s | 951  B     00:00
phalcon_stable-source                                                                                                                                          1.2 kB/s | 951  B     00:00
Remi's Modular repository for Enterprise Linux 8 - x86_64                                                                                                       58 kB/s | 3.5 kB     00:00
Safe Remi's RPM repository for Enterprise Linux 8 - x86_64                                                                                                      51 kB/s | 3.0 kB     00:00
Remi's RPM repository for Enterprise Linux 8 - x86_64                                                                                                           43 kB/s | 3.0 kB     00:00
Remi's RPM repository for Enterprise Linux 8 - x86_64                                                                                                          8.5 MB/s | 2.8 MB     00:00
Error:
 Problem: package php-phpseclib-net-sftp-1.0.18-1.el8.remi.noarch requires php-pear(phpseclib.sourceforge.net/Net_SSH2) >= 0.3.0, but none of the providers can be installed
  - cannot install the best candidate for the job
  - nothing provides php-pear(phpseclib.sourceforge.net/Math_BigInteger) >= 0.3.0 needed by php-phpseclib-net-ssh2-1.0.17-1.el8.remi.noarch
  - nothing provides php-pear(phpseclib.sourceforge.net/Math_BigInteger) >= 0.3.0 needed by php-phpseclib-net-ssh2-1.0.18-1.el8.remi.noarch
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)

Где я могу получить недостающие пакеты на правильных уровнях ? Net_SSH2 Math_BigInteger

TIA

1 Ответ

1 голос
/ 18 марта 2020

1 / вам, вероятно, нужно php -phpseclib , что является новой библиотекой версии 2.

2 / действительно php -pear-math-biginteger отсутствовал для компонентов старой версии 1

Теперь он доступен (скоро на зеркале рядом с вами)

Примечание: возможно, лучше сообщить о правильном месте , если Вы хотите привлечь внимание от подходящего человека, а не от случайного сайта ...

...