Zend Guard Run-time support missing!的解決辦法

問題:安裝新版本wordlpress的時候遇到以下問題, php

Zend Guard Run-time support missing!
linux

  One more more files on this web site were encoded by ZendGuard and the required run-time support is not installed orproperly configured.
For the Web site user
web

    This means that this Web server is not configured correctly to runthe files that it contains. Please contact the Web site'sadministrator/webmaster and inform them of this problem and give themthe URL you are trying to display to help them in diagnosing theproblem.
For The Site Administrator/Web Master
    One or more files on your site were encoded with Zend Guard. Thismay be third party libraries that were provided to you by an ISV. Toallow these files to properly run you need to download and installone of the Zend guard run-time libraries. This is either ZendOptimizer or Zend Loader. The proper files can be downloaded fromhttp://www.zend.com/guard/downloads.This software is provided free of charge.
    General Disclaimer: Zend Technologies is not responsible tothe configuration and setup of web sites using Zend Guard technology.Please contact your software vendor if these components were providedby an ISV or consult your Zend Guard Users Guide if these files wereencoded by your organization.

ide

解決辦法:php-fpm

下載ZendGuardLoader-php-5.3-linux-glibc23-x86_64.tar.gz見附件(試了幾下附件沒有上傳成功,你們可把這個文件名放在百度裏搜下會有不少),ui

解決文件:this

ZendGuardLoader-php-5.3-linux-glibc23-x86_64
|-- README.txt
`-- php-5.3.x
    `-- ZendGuardLoader.sospa

ZendGuardLoader.so這個文件複製到/usr/local/lib目錄下,(沒有相應的目錄請建立)rest

而後找到php.ini所對應的配置文件,個人是在/etc/php.inicode

在最後一行添加

zend_extension = /usr/local/lib/ZendGuardLoader.so

保存,以後重啓php

/etc/init.d/php-fpm restart

再去試一下就OK了,個人php版本是5.3的喲,你的可能要去找相應的ZendGuardLoader這個版本的文件

相關文章
相關標籤/搜索