PHP5.4 FPM + Zend

MtK

Verified User
Joined
Aug 2, 2007
Messages
412
Code:
# cat options.conf | grep php
#Default version of PHP is always php1_release. Possible values for php1/php2_release: 5.3, 5.4, 5.5, no. php1/php2_mode: mod_php, fastcgi, php-fpm or suphp)
php1_release=5.4
php2_release=5.3
php1_mode=php-fpm
php2_mode=php-fpm

Code:
# ./build zend
File already exists:    ZendGuardLoader-php-5.3-linux-glibc23-x86_64.tar.gz
File already exists:    ZendGuardLoader-70429-PHP-5.4-linux-glibc23-x86_64.tar.gz
ionCube loader has been installed.
nginx: the configuration file /etc/nginx/nginx.conf syntax is ok
nginx: configuration file /etc/nginx/nginx.conf test is successful
Stopping nginx:                                            [  OK  ]
Starting nginx:                                            [  OK  ]
Restarting php-fpm54.
Gracefully shutting down php-fpm54: . done
Starting php-fpm54: Failed loading /usr/local/lib/ZendGuardLoader5.4.so:  /usr/local/lib/ZendGuardLoader5.4.so: cannot open shared object file: No such file or directory
 done
Restarting php-fpm53.
Gracefully shutting down php-fpm53: . done
Starting php-fpm53:  done
Zend Guard Loader has been installed.

same behavior if I delete those GZs.
 
Please try the latest version of the CustomBuild script. It should have no problems:
Code:
cd /usr/local/directadmin/custombuild
wget -O build http://files1.directadmin.com/services/custombuild/2.0/custombuild/build
./build zend
 
Please try the latest version of the CustomBuild script. It should have no problems:
Code:
cd /usr/local/directadmin/custombuild
wget -O build http://files1.directadmin.com/services/custombuild/2.0/custombuild/build
./build zend
it is the latest RC6, I've just started this server yesterday.
 
it is the latest RC6, I've just started this server yesterday.
reinstalled the entire server:
Code:
# service php-fpm54 restart
Gracefully shutting down php-fpm54:  done
Starting php-fpm54: Failed loading /usr/local/lib/ZendGuardLoader5.4.so:  /usr/local/lib/ZendGuardLoader5.4.so: cannot open shared object file: No such file or directory
 done
 
Back
Top