From b5d8ea7cb28ae21cc5bab362d00c1508ad69d88b Mon Sep 17 00:00:00 2001 From: Keisuke Miyako Date: Mon, 4 Dec 2023 14:13:38 +0900 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 264b82f..20635fe 100644 --- a/README.md +++ b/README.md @@ -294,6 +294,10 @@ export CFLAGS=" ## Build static PHP with [interactive shell](https://www.php.net/manual/en/features.commandline.interactive.php) support +**Error**: `configure: error: Please reinstall readline - I cannot find readline.h` + +**Solution**: Add path to custom installations: + ``` --with-readline=DIR ```