configure: error: Unable to detect ICU prefix or no failed. Please verify ICU install prefix and make sure icu-config works.

Solution:

On RedHat/CentOS:

# yum install libicu-devel

On Debian/Ubuntu:

# apt-get install libicu-dev