Does anyone has experience on how to build php5-cgi from source?
I am on an old version of Cent OS, and not able to use yum to update the packages. Any way to build php-cgi executable from the php source code?
2009/6/6 Pintér Tibor tibyke@tibyke.hu
Tim Ke írta:
Does anyone has experience on how to build php5-cgi from source?
./configure..... make make install
t _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Tim Ke wrote:
I am on an old version of Cent OS, and not able to use yum to update the packages. Any way to build php-cgi executable from the php source code?
2009/6/6 Pintér Tibor <tibyke@tibyke.hu mailto:tibyke@tibyke.hu>
Tim Ke írta: > Does anyone has experience on how to build php5-cgi from source? ./configure..... make make install t
Yes, use the instructions on http://be.php.net/manual/en/install.unix.php. When you configure php, use /usr/local as prefix (don't install to /usr, since that can possibly conflict with installed packages).
If you really are compiling manually (not using packages), be very aware of what you are doing. You can easily shoot yourself in the foot.
Glenn
On Sat, 2009-06-06 at 02:43 +0800, Tim Ke wrote:
I am on an old version of Cent OS, and not able to use yum to update the packages. Any way to build php-cgi executable from the php source code?
You should be able to "yum update" on any currently-supported CentOS version.
Could this be the issue?
http://wiki.centos.org/TipsAndTricks/BrokenVserver
Phil
./configure ... make && make install doesn;t generate the php-cgi though.
2009/6/6 Michael A. Peters mpeters@mac.com
Tim Ke wrote:
Does anyone has experience on how to build php5-cgi from source?
If you need newer than php 5.1.x you can start with the current Fedora src.rpm - all the build dependencies are in EPEL. _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos