Nov 7

Zend Guard Run-time support missing!- CentOS 6 安装zend Guard 不指定

, 12/11/07 18:29 , 技术开发 » 系统网络 , 评论(0) , 引用(0) , 阅读(5805) , Via 本站原创 | |
想搞个Ecshop玩玩。。。发现环境还跑不起来。
Zend Guard Run-time support missing!

One more more files on this web site were encoded by ZendGuard and the required run-time support is not installed orproperly configured.
还好。。这回我是The Site Administrator/Web Master
当然是去Install:
http://www.zend.com/guard/downloads
选择:
Zend Guard Loader (Runtime for PHP 5.3)  5.5.0 (32 bit)  (TAR.GZ) 0.38 MB
注册后才能下载,最终地址是:
http://downloads.zend.com/guard/5.5.0/ZendGuardLoader-php-5.3-linux-glibc23-i386.tar.gz

安装:

# tar -zxvzf ZendGuardLoader-php-5.3-linux-glibc23-i386.tar.gz
ZendGuardLoader-php-5.3-linux-glibc23-i386/
ZendGuardLoader-php-5.3-linux-glibc23-i386/php-5.3.x/
ZendGuardLoader-php-5.3-linux-glibc23-i386/php-5.3.x/ZendGuardLoader.so
ZendGuardLoader-php-5.3-linux-glibc23-i386/README.txt

[root@MyVPS1926 ZendGuardLoader-php-5.3-linux-glibc23-i386]# cp php-5.3.x/ZendGuardLoader.so /etc/httpd/modules/

# vi /etc/php.ini
; Enables loading encoded scripts. The default value is On
  zend_loader.enable=1


# vi /etc/httpd/conf/httpd.conf

LoadModule zend_extension modules/ZendGuardLoader.so

Cannot load /etc/httpd/modules/ZendGuardLoader.so into server 报错了。。。

上面的删除,重写个地方吧。。

vi /etc/php.d/zend.ini
zend_extension=/etc/httpd/modules/ZendGuardLoader.so

# /sbin/service httpd restart

ok,这样会在phpinfo中看到以下信息:
with Zend Guard Loader v3.3, Copyright (c) 1998-2010, by Zend Technologies

完美支持了!

作者:@Everyday NetLog
地址:http://log.zhoz.com/read.php?707
版权所有。转载时必须以链接形式注明作者和原始出处及本声明!

Tags:
发表评论

昵称

网址

电邮

打开HTML 打开UBB 打开表情 隐藏 记住我 [登入] [注册]