Installing commercial modules gives zendguard error.

If your server does not already have commercial module dependencies installed the following will correct that.  Or if you prefer just ask us and we will do it for you.

Go to Zendguard download page.  You will have to create an account then download the appropriate version to your desktop, untar, then copy ZendGuardLoader.so to /usr/lib/php/modules for 32bit and /usr/lib64/php/modules for 64bit.

Create file to enable zendguard in php.  Replace 'lib' with 'lib64' for 64bit

nano /etc/php.d/zendguard.ini


zend_extension=/usr/lib/php/modules/ZendGuardLoader.so
zend_loader.enable=1
zend_loader.disable_licensing=0
zend_loader.obfuscation_level_support=0


Install EPEL Repo
rpm -Uvh http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm
Install commercial module dependencies.
yum install incron prosody




  • commercial, memory, zendguard

Related Articles

I have a bunch of anonymous call attempts showing up in my call logs

I have a bunch of calls that look like this. 2011-11-18 00:27:10SIP/xx.xx...unknown"unknown"...

Do I need to do anything on the server/linux side of things?

You should not have to do anything on the server/linux side unless you want to tweak things or...

How hard is it to upgrade my server?

Upgrading resources such as memory, processing, hard drive space is instantaneous and does not...

Do you automatically upgrade our software when a newer version comes out?

Software upgrades are not automatic because they usually require service interruption.  We can...

Do you provided automatic backups.

Our premium plan includes automatic online backups.  All other plans can be backed up manually...