• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Zend Guard Loader Causing Conflicts PHP 5.3 & Plesk

kalyai

New Pleskian
This is very frustrating. I am running a brand new server and am unable to get a key script for my site to run because Zend Guard Loader will not install without causing conflicts and taking down HTTPD on my server.

I am running CentOS 64bit
PHP 5.3
Plesk Panel 10


Code:
php -v
PHP Deprecated: Comments starting with '#' are deprecated in /etc/php.d/ioncube-loader.ini on line 2 in Unknown on line 0
Failed loading /usr/lib/php/modules//php_ioncube_loader_lin_5.1.so: /usr/lib/php/modules//php_ioncube_loader_lin_5.1.so: cannot open shared object file: No such file or directory
Cannot load Zend Extension Manager - it was built with configuration 1.2.0, whereas running engine is API220090626,NTS
Failed loading /usr/local/lib/php/ZendGuardLoader.so: /usr/local/lib/php/ZendGuardLoader.so: wrong ELF class: ELFCLASS32
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib64/php/modules/sqlite.so' - /usr/lib64/php/modules/sqlite.so: cannot open shared object file: No such file or directory in Unknown on line 0
PHP Warning: Directive 'safe_mode' is deprecated in PHP 5.3 and greater in Unknown on line 0
PHP 5.3.3 (cli) (built: Nov 2 2011 23:35:50) 
Copyright (c) 1997-2010 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend Technologies
[code]

This is the error message the host is getting via php -v

I need a solution to this asap, we have tried pretty much every solution found in here in the Plesk forum, as well as solutions found on the Zend forum.
 
PHP Deprecated: Comments starting with '#' are deprecated in /etc/php.d/ioncube-loader.ini on line 2 in Unknown on line 0

Remove the line that begins with # in /etc/php.d/ioncube-loader.ini.

Failed loading /usr/lib/php/modules//php_ioncube_loader_lin_5.1.so: /usr/lib/php/modules//php_ioncube_loader_lin_5.1.so: cannot open shared object file: No such file or directory
PHP 5.3 and php_ioncube_loader_lin_5.1.so ???
/usr/lib/php/modules//php_ioncube_loader_lin_5.1.so: cannot open shared object file: No such file or directory


Failed loading /usr/local/lib/php/ZendGuardLoader.so: /usr/local/lib/php/ZendGuardLoader.so: wrong ELF class: ELFCLASS32
CentOS 64bit and /usr/local/lib/php/ZendGuardLoader.so wrong ELF class: ELFCLASS32 ???


PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib64/php/modules/sqlite.so' - /usr/lib64/php/modules/sqlite.so: cannot open shared object file: No such file or directory in Unknown on line 0
/usr/lib64/php/modules/sqlite.so: cannot open shared object file: No such file or directory
 
Back
Top