Zend Guard 7.0 (64 bit) 在ubuntu 14.04 下如何安装????

Web、Mail、Ftp、DNS、Proxy、VPN、Samba、LDAP 等基础网络服务
回复
micro_cy
帖子: 104
注册时间: 2011-07-20 11:33

Zend Guard 7.0 (64 bit) 在ubuntu 14.04 下如何安装????

#1

帖子 micro_cy » 2016-06-06 17:16

网站得到的压缩包是ZendGuard-7.0.0-linux.gtk.x86_64.tar.gz

解压出来的目录是这样的:
drwxr-xr-x 10 cccsq cccsq 4096 6月 6 16:48 ./
drwxrwxrwx 4 cccsq cccsq 4096 6月 6 16:40 ../
-rw-r--r-- 1 cccsq cccsq 27855 3月 26 2015 artifacts.xml
drwxr-xr-x 2 cccsq cccsq 4096 3月 26 2015 bin/
drwxr-xr-x 8 cccsq cccsq 4096 6月 6 16:48 configuration/
-rw-r--r-- 1 cccsq cccsq 12638 1月 28 2015 epl-v10.html
drwxr-xr-x 8 cccsq cccsq 4096 3月 26 2015 features/
-rwxr-xr-x 1 cccsq cccsq 136509 3月 26 2015 icon.xpm*
drwxr-xr-x 4 cccsq cccsq 4096 3月 26 2015 jre/
drwxr-xr-x 2 cccsq cccsq 4096 3月 26 2015 META-INF/
-rw-r--r-- 1 cccsq cccsq 9013 1月 28 2015 notice.html
drwxr-xr-x 4 cccsq cccsq 4096 3月 26 2015 p2/
drwxr-xr-x 5 cccsq cccsq 12288 3月 26 2015 plugins/
drwxr-xr-x 2 cccsq cccsq 4096 3月 26 2015 readme/
-rwxr-xr-x 1 cccsq cccsq 74675 3月 26 2015 ZendGuard*
-rw-r--r-- 1 cccsq cccsq 195 3月 26 2015 ZendGuard.ini

网上有帖子说有一个.so的文件,但是那是在PHP5.3的环境下,新版的不知道怎么安装了。
onlylove
论坛版主
帖子: 5371
注册时间: 2007-01-14 16:23

Re: Zend Guard 7.0 (64 bit) 在ubuntu 14.04 下如何安装????

#2

帖子 onlylove » 2016-06-06 17:53

看到一个readme文件夹,进去瞅瞅?按照网站的安装说明,这样已经装好了,你可以去bin文件夹里面找可执行文件了

http://files.zend.com/help/Zend-Guard/c ... nstall.htm

Linux - Download and extract the ZendGuard-7_0_0-linux.tar.gz file.
#include <stdio.h>
void main()
{
double world;
unsigned letter;
short stay;
long memories;
printf("I miss you.\n");
}
micro_cy
帖子: 104
注册时间: 2011-07-20 11:33

Re: Zend Guard 7.0 (64 bit) 在ubuntu 14.04 下如何安装????

#3

帖子 micro_cy » 2016-06-07 8:18

cccsq@cccsq-server:/etc/ZendGuard/bin$ ll
总用量 28
drwxr-xr-x 2 root root 4096 6月 7 08:21 ./
drwxr-xr-x 10 root root 4096 6月 7 08:21 ../
-rwxr-xr-x 1 root root 221 6月 7 08:21 GuardEngine*
-rwxr-xr-x 1 root root 218 6月 7 08:21 zendenc55*
-rwxr-xr-x 1 root root 219 6月 7 08:21 zendenc56*
-rwxr-xr-x 1 root root 222 6月 7 08:21 zendenc_sign*
-rwxr-xr-x 1 root root 216 6月 7 08:21 zendid*
cccsq@cccsq-server:/etc/ZendGuard/bin$ ./zend
zendenc55 zendenc56 zendenc_sign zendid
cccsq@cccsq-server:/etc/ZendGuard/bin$ ./zendenc55
./../plugins/com.zend.guard.core.resources.linux_7.0.0.201503261229/resources/zendenc55: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory
cccsq@cccsq-server:/etc/ZendGuard/bin$ ./GuardEngine
./../plugins/com.zend.guard.core.resources.linux_7.0.0.201503261229/resources/GuardEngine: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory
cccsq@cccsq-server:/etc/ZendGuard/bin$
micro_cy
帖子: 104
注册时间: 2011-07-20 11:33

Re: Zend Guard 7.0 (64 bit) 在ubuntu 14.04 下如何安装????

#4

帖子 micro_cy » 2016-06-07 8:46

原来zend7.0是图形界面的,我远程登陆以后,竟然直接可以运行啊,不过不知道怎么设置PHP5的关联啊。
回复