Installing Zend on PHP 7

zalepok

New member
Joined
Aug 24, 2016
Messages
1
Hello everyone!

Today I tried to install Zend on my DirectAdmin server and it failed with below errors.
I'm running latest Centos 7 x64 and trying to get Zend working with recently updated PHP to v7.

So I ran these commands (as per wiki):
Code:
cd /usr/local/directadmin/custombuild
./build set zend yes
./build zend

And got following output
Code:
00:45:19 root@da[0]:/usr/local/directadmin/custombuild> ./build zend
Downloading             ...
/usr/local/directadmin/custombuild/: Is a directory
tar (child): --no-same-owner: Cannot open: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now
./build: line 8425: [: -eq: unary operator expected
cp: cannot stat `/ZendGuardLoader.so': No such file or directory
cp: cannot stat `/opcache.so': No such file or directory
chmod: cannot access `/usr/local/lib/ZendGuardLoader.so': No such file or directory
chown: cannot access `/usr/local/lib/ZendGuardLoader.so': No such file or directory
./build: line 8144: /usr/local/phpmod_php/bin/php-config: No such file or directory
./build: line 8158: /usr/local/phpmod_php/lib/php.conf.d/10-directadmin.ini: No such file or directory
Stopping httpd:                                            [  OK  ]
Starting httpd:
00:45:33 root@da[0]:/usr/local/directadmin/custombuild> php -v
PHP 7.0.9 (cli) (built: Aug  5 2016 00:48:19) ( NTS )
Copyright (c) 1997-2016 The PHP Group
Zend Engine v3.0.0, Copyright (c) 1998-2016 Zend Technologies

This is my first post here, been using DA for many years and managed to resolve 99% of problems just searching these forums.
Also, I would like to thanks for awesome product!

p.s.
sorry for my bad English, I'm not native speaker.

Thanks

Regards, Serhiy
 
Back
Top