• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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