Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.php > #15992
| Path | csiph.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail |
|---|---|
| From | "J.O. Aho" <user@example.net> |
| Newsgroups | comp.lang.php |
| Subject | Re: help building PHP from source |
| Date | Sun, 27 Dec 2015 08:33:41 +0100 |
| Lines | 20 |
| Message-ID | <de9iilFfhq4U1@mid.individual.net> (permalink) |
| References | <n5mpge$s76$1@dont-email.me> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=utf-8 |
| Content-Transfer-Encoding | 7bit |
| X-Trace | individual.net j154TtIGvO9AYiy29grx9wKKqzY+CJdk0+lo09LLY+EIEPo8iS |
| Cancel-Lock | sha1:gs0BVmZgeHXvmmXGLFm0fJyyJeQ= |
| X-Enigmail-Draft-Status | N1110 |
| User-Agent | Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 |
| In-Reply-To | <n5mpge$s76$1@dont-email.me> |
| Xref | csiph.com comp.lang.php:15992 |
Show key headers only | 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 | Next — Previous in thread | Next in thread | Find similar | Unroll 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