PHP ZendOptimizer on Red Hat Enterprise Linux
Posted
by Jacob Kristensen
on Server Fault
See other posts from Server Fault
or by Jacob Kristensen
Published on 2010-01-19T15:40:28Z
Indexed on
2010/03/27
19:03 UTC
Read the original article
Hit count: 669
I would like to install FlashMoto and the requirements are not unreasonable: PHP 5.2.1 or higher, Zend Optimizer 3.3 or higher. However my RHEL 5.4 provides me with PHP 5.1.6. So I tried the remi repository http://rpms.famillecollet.com/ but it gave me PHP 5.3.1 and Zend Optimizer from zend.com does not support anything higher than 5.2.x. I also tried the dag repo but it does not have PHP in any version. I also tried some RPMs that Oracle provides on their homepage but they don't provide php-mbstring that I also need. Does anyone know how to get PHP 5.2.1 installed on a RHEL 5.4? Then I can probably fix install the Zend thing. Thanks in advance.
© Server Fault or respective owner