I purchased a mod for my forum and it apparently requires Zend. The error I get when trying to install it is:
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
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.
I'm running PHP Version 5.3.2-1ubuntu4.5 and can not get this to work. Can someone please tell me what I need to download, where it needs to be placed, and what edits I need to make to php.ini to get this thing to run.
I downloaded ZendGuardLoader-php-5.3-linux-deb-i386.tar.gz and pulled the Zend Loader .so file out. Added it to my library and added zend_extension="/usr/lib/php5/20090626+lfs/ZendGuardLoader.so" to php.ini. Now it just hangs when I try and install. Anyone can help?

