Problem:
After a successful ‘./configure…’ command you are instructed to run ‘make test’ but the command fails:
ERROR: Cannot run tests without CLI SAPI.
Solution:
If you are on a development server you should ignore this error and launch ‘make install’.
If you are on a production server then check your configure option for '--disable-cli' and remove it from the command.
Make test will run fine after that
No comments:
Post a Comment