CentOS 5.2 :
# 'yum search php' will display 64 "php-" packages
which of course can be chain installed with
# 'yum install <package1> <package2> <package3> .. '
( Or use the package manager )
If your question is a php compiled with special
options, you can use 'rpmbuild' to make package(s)
from the php src.rpm .
Add your options to the configure line in the spec
file.
....
Last edited by knudfl; 12-25-2008 at 03:33 PM.
|