There may be a better way but this is how I got it to work on Red Hat 5, RHEL 5.:
- Download Framework
- copy the Zend folder under the framework library folde to /opt
- edit the etc/php.ini file to: include_path = "/opt/"
- Make sure to uncomment the includ path so it will run, ie take out the semicolin at the begining.
- restart apache
- also make sure that error_reporting = E_All
- and display_errors = On
- this will help debug
- save /etc/php.ini
- restart apache: apachectl restart
I copied the measure example from the api and ran it till I got it worknig.
Don't forget to set your file permissions.
I hope this helps, sorry I did not have time to put the copy commands and everything in here.