If you're facing the error:
[[email protected] ~]# ./installer Failed loading /usr/src/loader/ixed.7.1.lin: /usr/src/loader/ixed.7.1.lin: undefined symbol: _zend_hash_str_add
PHP script '/root/setup' is protected by SourceGuardian and requires a SourceGuardian loader 'ixed.5.4.lin' to be installed.
1) Download the required loader 'ixed.5.4.lin' from the SourceGuardian site: http://www.sourceguardian.com/loaders/download.php?php_v=5.4.16&php_ts=0&php_is=8&os_s=Linux&os_r=3.10.0-1062.el7.x86_64&os_m=x86_64 2) Install the loader to /usr/lib64/php/modules 3) Edit /etc/php.ini and add 'extension=ixed.5.4.lin' directive
[[email protected] ~]#
Run the following commands:
php --ini
nano /etc/php.d/sourceguardian.ini
Change the value of 7.1 to 5.4 and save. That's all.