• 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

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