Zend Optimizer

JUBAiR

Verified User
Joined
Jun 26, 2004
Messages
7
i wanted to buy Whois.cart but when i was testing my server requirements it showed up that i dont have zend optimizer installed on the system, can anyone tell mw how can i enable it? i am using FreeBSD 4.10, and DA 1.22.2

i think zend is already in the system, do i just make, make install it? or any other steps are necessary? or any other way?

/usr/local/directadmin/customapache/php-4.3.7/Zend/
 
It is not installed by default but is included with the customapache build system.

Code:
cd /usr/local/directadmin/customapache
./build zend
That will build it, just follow the instructions and when done restart apache.

Sometimes apache does not restart when Zend asks you at the end of the installation, I always say no and do it manually ;)
 
Last edited:
jmstacey said:
Code:
cd /usr/local/directadmin/customapache
./build zend
That will build it, just follow the instructions and when done restart apache.

./build zend
Downloading .tar.gz...
--11:46:52-- http://files.directadmin.com/services/customapache/.tar.gz
=> `/usr/local/directadmin/customapache/.tar.gz'
Resolving files.directadmin.com... 67.17.16.47
Connecting to files.directadmin.com[67.17.16.47]:80... connected.
HTTP request sent, awaiting response... 404 Not Found
11:46:52 ERROR 404: Not Found.


:)

-drmike
 
For zend it's just a matter of removing the Zend configurations from the php.ini file and then deleting any Zend files/directories that were created. (Not forgetting to restart php before deleting anything, just incase)
 
Back
Top