I just installed CactiEZ and was trying to update it and install php-process package so that Advanced Ping template will work (not working out of the box).
The interesting problem I faced is this:
Code: Select all
[root@localhost ~]# yum update
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: mirror.h1host.ru
* extras: mirror.h1host.ru
* updates: mirror.h1host.ru
http://mirror.cactiusers.org/RPMS/CentOS/x86_64/repodata/repomd.xml: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 403"
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: CactiEZ. Please verify its path and try again
[root@localhost ~]# yum install php-process
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: mirror.h1host.ru
* extras: mirror.h1host.ru
* updates: mirror.h1host.ru
http://mirror.cactiusers.org/RPMS/CentOS/x86_64/repodata/repomd.xml: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 403"
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: CactiEZ. Please verify its path and try again
Is there a way to disable captcha on repositories site or specify yum to skip captcha with additional URL parameters?
I also tried to download RPMs myself from here:
But I got this:
Code: Select all
[root@localhost ~]# rpm -i php-process-5.3.3-40.el6_6.x86_64.rpm
error: Failed dependencies:
php-common(x86-64) = 5.3.3-40.el6_6 is needed by php-process-5.3.3-40.el6_6.x86_64
[root@localhost ~]# rpm -i php-common-5.3.3-40.el6_6.x86_64.rpm
file /usr/lib64/php/modules/curl.so from install of php-common-5.3.3-40.el6_6.x86_64 conflicts with file from package php-common-5.3.3-14.el6_3.x86_64
file /usr/lib64/php/modules/fileinfo.so from install of php-common-5.3.3-40.el6_6.x86_64 conflicts with file from package php-common-5.3.3-14.el6_3.x86_64
file /usr/lib64/php/modules/json.so from install of php-common-5.3.3-40.el6_6.x86_64 conflicts with file from package php-common-5.3.3-14.el6_3.x86_64
file /usr/lib64/php/modules/phar.so from install of php-common-5.3.3-40.el6_6.x86_64 conflicts with file from package php-common-5.3.3-14.el6_3.x86_64
file /usr/lib64/php/modules/zip.so from install of php-common-5.3.3-40.el6_6.x86_64 conflicts with file from package php-common-5.3.3-14.el6_3.x86_64
[root@localhost ~]# rpm -qa | grep php
php-gd-5.3.3-14.el6_3.x86_64
php-ldap-5.3.3-14.el6_3.x86_64
php-cli-5.3.3-14.el6_3.x86_64
php-pdo-5.3.3-14.el6_3.x86_64
php-snmp-5.3.3-14.el6_3.x86_64
php-5.3.3-14.el6_3.x86_64
php-pecl-apc-3.1.9-2.el6.x86_64
php-common-5.3.3-14.el6_3.x86_64
php-pear-1.9.4-4.el6.noarch
php-mysql-5.3.3-14.el6_3.x86_64