Install zend with other plugins

robert

Verified User
Joined
Aug 10, 2010
Messages
6
Hello,

If i want to install zend optimizer, how i have to do that?
I go to /usr/local/directadmin/custombuild
than ./build? or ./build zend?
And i have other plugins installed, like ioncube and soap. They have to stay, but if i build they will be deleted right?

I hope you can help me further with this.

Thank you!
Robert
 
You should probably save your php configurations, then run build zend, then compare the new php configuration file with your saved file, and manually make any required changes.

Jeff
 
Oké, thanks for explane!
If i good understand, i have to do the follow:

Backup php configuration file
run: build zend
copy soap and ioncube rules from the back-up php file and add those to the current php file
what required changes i have to make?

Thanks,
Robert
 
PHP has nothing more configurasjons file than php.ini. So let it be overwritten because all plugins need the correct settings in php.ini

ionCube, Soab, Zend, etc will be added to php.ini usually at the bottom of the file
 
nano /usr/local/directadmin/custombuild/options.conf

(change Zend=no to Zend=yes)

cd /usr/local/directadmin/custombuild

./build update

./build zend
 
Back
Top