Configuring already installed PHP to work with already installed ncurses (MAMP).
Posted
by Tom
on Stack Overflow
See other posts from Stack Overflow
or by Tom
Published on 2009-08-06T08:55:17Z
Indexed on
2010/03/19
4:41 UTC
Read the original article
Hit count: 188
I have installed MAMP and the PHP it came with wasn't compiled with ncurses. I've tried to use port to install ncurses and it seems that it already exists on my system so now I was wondering if there was a way to get PHP to use it without having to recompile PHP --with-ncurses.
In other words: Can PHP be configured to use ncurses without the recompilation?
© Stack Overflow or respective owner