I am a bit rusty these days and could use some help. I've cracked opened a few old servers and have started the process of dusting them off. In the process I'm updating things like PHP. I regret to inform you I'm running 5.3.3. I would like to upgrade it to 7.3.
cat /etc/centos-release
CentOS release 6.10 (Final)
My PHP version
php -v
PHP 5.3.3 (cli) (built: Mar 22 2017 12:17:33)
Alas, I'm having issues...
I am using the remi repo
yum install http://rpms.remirepo.net/enterprise/remi-release-6.rpm
And set my config manager as follows:
yum-config-manager --enable remi-php72
When I install PHP
yum install php php-mcrypt php-cli php-gd php-curl php-mysql php-ldap php-zip php-fileinfo
I get a series of dependency errors:
--> Finished Dependency Resolution
Error: Package: php-7.2.10-1.el6.remi.x86_64 (remi-php72)
Requires: libgssapi_krb5.so.2()(64bit)
Error: Package: php-7.2.10-1.el6.remi.x86_64 (remi-php72)
Requires: libdl.so.2(GLIBC_2.2.5)(64bit)
Error: Package: php-cli-7.2.10-1.el6.remi.x86_64 (remi-php72)
Requires: libcrypt.so.1()(64bit)
And the list goes on....
I'm at a loss for how to go about addressing this and could use any help / insights you might have to offer.
Thank you in advance!
Pedro