Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
guillaumec Posted April 11, 2011 Posted April 11, 2011 IP.Nexus Only: Checking for ability to load Zend Guard encoded files...FAIL Not able to run encoded files such as IP.Nexus. You can still use IP.Board, IP.Downloads. IP.Blog, IP.Gallery, IP.Content, IP.Chat hi, how can i install Zend Guard encoded whith debian whith apt thanks for answer best regard this is my configuration You are running PHP 5.3.5 IP.Nexus Only: Checking for ability to load Zend Guard encoded files...FAIL Not able to run encoded files such as IP.Nexus. You can still use IP.Board, IP.Downloads. IP.Blog, IP.Gallery, IP.Content, IP.Chat Checking memory limit (128M or better recommended)...Pass Checking for SPL...Pass Checking for DOM XML Handling...Pass Checking for GD library...Pass Checking for GD2...Pass Checking for mysql support...Pass Checking for JSON...Pass Checking for openSSL...Pass
Guest Technical Support Posted April 12, 2011 Posted April 12, 2011 Hello guillaumec! To install Zend Server, the first thing you have to do is to setup the repository for downloading the Zend Server package. To setup the environment: 1.Define a repository by opening the following file: /etc/apt/sources.list and adding the line: deb http://repos.zend.com/zend-server/deb server non-free 3. Add Zend's repository public key by running: # wget http://repos.zend.com/zend.key -O- |apt-key add - If you are using sudo to run each command the next command requires using sudo following the '|' (pipe) symbol as follows: # wget http://repos.zend.com/zend.key -O- | sudo apt-key add - 4.To synchronize with Zend's repository run: # aptitude update Now you can use "aptitude" to handle the installations, upgrades and additional packages. To install: 1.Once the repository is set up, run the appropriate command according to the product version and PHP support you require: To install Zend Server with PHP 5.2 run: # aptitude install zend-server-php-5.2 To install Zend Server with PHP 5.3 run: # aptitude install zend-server-php-5.3 2.Each package locates and downloads all relevant packages from the web. The actual installation will require your conformation. After installing, a completion notification will appear, with a notice that the servers have started. To access the Administration Interface (Web) open your browser at: https://localhost:10082/ZendServer (secure) or http://localhost:10081/ZendServer. Upon initial log in, you will be prompted to define your password.Read more here
Mat B Posted April 12, 2011 Posted April 12, 2011 You do not need to install Zend Server to run encoded files. You should download Zend Optimizer (you can get this from Zend) or if you are using PHP 5.3 you may need to use the ionCube version instead.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.