phpmnd icon indicating copy to clipboard operation
phpmnd copied to clipboard

Add ncurses dependency or test tput availability

Open a-menshchikov opened this issue 3 years ago • 3 comments

When run phpmnd in an alpine container without ncurses I get an error sh: tput: not found.

a-menshchikov avatar Feb 01 '22 08:02 a-menshchikov

Does phpmnd stop working or just emit that as a warning ? Have you got a container you were working with ?

exussum12 avatar Feb 05 '22 14:02 exussum12

Just print a warning in terminal. Now I can't take you a container at the moment, but you can test this issue on any php:*-cli-alpine image (or any other that has no ncurses installed).

a-menshchikov avatar Feb 05 '22 15:02 a-menshchikov

I will look at silencing that warning, as there is code to handle it not working. Thanks!

exussum12 avatar Feb 05 '22 15:02 exussum12

Fixed in https://github.com/povils/phpmnd/releases/tag/v3.2.0

sidz avatar Jul 14 '23 11:07 sidz