• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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