Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.php > #15992

Re: help building PHP from source

From "J.O. Aho" <user@example.net>
Newsgroups comp.lang.php
Subject Re: help building PHP from source
Date 2015-12-27 08:33 +0100
Message-ID <de9iilFfhq4U1@mid.individual.net> (permalink)
References <n5mpge$s76$1@dont-email.me>

Show all headers | View raw


On 12/26/2015 08:26 PM, crankypuss wrote:
> I need to build PHP from source and freeze it so my junk will remain 
> consistently junky without perturbations from future releases.  In 
> building the cli version I want to include the ncurses extension but how 
> to do that is unclear to me.  Does anyone here have that kind of 
> experience or do I need to look elsewhere?  TIA.
> 

Recommendation is to avoid to build it yourself, as this leads to the
next issue, security vulnerability updates, as you will not get those
automatically, you need to keep your eyes open for those yourself and in
worst case you have to rebuild it multiple times in a short time.

Better to install nucrses as Jerry said from PECL, 'sudo pecl install
ncurses' or switch to a distribution which includes it as a package, as
it's safer as you other wise have to keep track of...

-- 

 //Aho

Back to comp.lang.php | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

help building PHP from source crankypuss <invalid@invalid.invalid> - 2015-12-26 12:26 -0700
  Re: help building PHP from source Jerry Stuckle <jstucklex@attglobal.net> - 2015-12-26 17:36 -0500
    Re: help building PHP from source crankypuss <invalid@invalid.invalid> - 2015-12-27 00:43 -0700
      Re: help building PHP from source Jerry Stuckle <jstucklex@attglobal.net> - 2015-12-27 11:10 -0500
  Re: help building PHP from source "J.O. Aho" <user@example.net> - 2015-12-27 08:33 +0100
    Re: help building PHP from source crankypuss <invalid@invalid.invalid> - 2015-12-27 02:26 -0700

csiph-web