• 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.

Issue help with install Zend Guard Loader in Plesk

Reksio

New Pleskian
hello everyone i try to install on my Plesk 12.5.30 debian 8
Zend Guard Loader by using this article https://kb.plesk.com/en/128770
download is fine
but the thing is when i write comand
Code:
mv /usr/local/ZendGuardLoader-70429-PHP-5.4-linux-glibc23-x86_64/php-5.4.x/ZendGuardLoader.so /opt/plesk/php/5.4/lib64/php/modules/
i get it
Code:
endGuardLoader.so’: No such file or directory
but when i go there this file its there
Code:
:~/ZendGuardLoader-70429-PHP-5.4-linux-glibc23-x86_64/php-5.4.x# dir
ZendGuardLoader.so
i very need it this loader but i dont know how to install it
 
Just use following commands:

# cd /usr/local/ZendGuardLoader-70429-PHP-5.4-linux-glibc23-x86_64/php-5.4.x/
# mv ZendGuardLoader.so /opt/plesk/php/5.4/lib64/php/modules/
 
when i write what u say
Code:
:~/ZendGuardLoader-70429-PHP-5.4-linux-glibc23-x86_64/php-5.4.x# mv ZendGuardLoader.so /opt/plesk/php/5.4/lib64/php/modules/
mv: cannot move ‘ZendGuardLoader.so’ to ‘/opt/plesk/php/5.4/lib64/php/modules/’: No such file or directory
maybe i will show you what i have when i write dir when i login
Code:
~# dir
parallels
ZendGuardLoader-70429-PHP-5.4-linux-glibc23-x86_64
ZendGuardLoader-70429-PHP-5.4-linux-glibc23-x86_64.tar.gz
in folder paralleels is
Code:
:~/parallels# dir
apache.inf3   php52.inf3  php55.inf3  PMM_0.1.10           ruby.inf3
billing.inf3  PHP_5.3.29  PHP_5.6.25  pmm.inf3             setemplates.inf3
mysql.inf3    php53.inf3  php56.inf3  pp-sitebuilder.inf3  SITEBUILDER_12.5.30
NGINX_1.11.1  PHP_5.4.45  PHP_7.0.10  ppsmbe.inf3          sitebuilder.inf3
nginx.inf3    php54.inf3  php70.inf3  products.inf3        sso.inf3
PHP_5.2.17    PHP_5.5.38  plesk.inf3  PSA_12.5.30
inside php 5.4.45 is
Code:
~/parallels/PHP_5.4.45# dir
php54-5.4.45-deb8.0-x86_64.inf3
 
when i write
Code:
:~# cd /opt/plesk/php/
:/opt/plesk/php# dir
5.2  5.3  5.4  5.5  5.6  7.0

im already copy this i dont have directory lib64 only lib i copy this file but there is other problem with creating .ini file
Code:
4. Create corresponding .ini file with the following content:

# cat /opt/plesk/php/5.4/etc/php.d/zendGuardLoader.ini
zend_extension=ZendGuardLoader.so

Code:
2:/opt/plesk/php/5.4/etc/php.d# cat /opt/plesk/php/5.4/etc/php.d/zendGuardLoader.ini
cat: /opt/plesk/php/5.4/etc/php.d/zendGuardLoader.ini: No such file or directory

i will go into /opt/plesk/php/5.4/etc/php.d/ create file inside i write
zend_extension=ZendGuardLoader.so

last thing i have to restart using comand but problem

Code:
:~# service plesk-php54-fpm restart
Job for plesk-php54-fpm.service failed. See 'systemctl status plesk-php54-fpm.service' and 'journalctl -xn' for details.

Code:
~# service plesk-php54-fpm status
● plesk-php54-fpm.service - The PHP 5.4.45 FastCGI Process Manager
   Loaded: loaded (/lib/systemd/system/plesk-php54-fpm.service; disabled)
   Active: failed (Result: exit-code) since Fri 2016-09-16 08:45:39 CEST; 1min 15s ago
  Process: 29680 ExecStart=/opt/plesk/php/5.4/sbin/php-fpm --nodaemonize (code=exited, status=78)
 Main PID: 29680 (code=exited, status=78)

Sep 16 08:45:39 xxx php-fpm[29680]: [16-Sep-2016 08:45:...
Sep 16 08:45:39 xxx php-fpm[29680]: [16-Sep-2016 08:45:...
Sep 16 08:45:39 xxx php-fpm[29680]: [16-Sep-2016 08:45:...
Sep 16 08:45:39 xxx php-fpm[29680]: [16-Sep-2016 08:45:...
Sep 16 08:45:39 xxx systemd[1]: plesk-php54-fpm.service...
Sep 16 08:45:39 xxx systemd[1]: Failed to start The PHP...
Sep 16 08:45:39 xxx systemd[1]: Unit plesk-php54-fpm.se...
Hint: Some lines were ellipsized, use -l to show in full.

when i restart all server i think i do something wrong cause when i set up on my domain php 5.4 apache or even ngix server cannot open my script
 
Last edited:
Back
Top