configure: error: Unable to detect ICU prefix or no failed. Please verify ICU install prefix and make sure icu-config works.
9. Februar 2015
Wenn dieser Fehler kommt: configure: error: Unable to detect ICU prefix or no failed. Please verify ICU install prefix and make sure icu-config works. Dann fehlt normalerweise ein Paket, die Lösung ist irrsinnig einfach. Unter CentOS / RedHat: yum install libicu-devel Ubuntu/Debian: sudo apt-get install libicu-dev Unter Max OSX ist das ganze schon etwas schwerer, […]

Wenn dieser Fehler kommt:
configure: error: Unable to detect ICU prefix or no failed. Please verify ICU install prefix and make sure icu-config works.Dann fehlt normalerweise ein Paket, die Lösung ist irrsinnig einfach. Unter CentOS / RedHat:
yum install libicu-devel
Ubuntu/Debian:
sudo apt-get install libicu-dev
Unter Max OSX ist das ganze schon etwas schwerer, aber auch machbar:
tar xzvf icu4c-4_4_2-src.tgz
cd icu/source
chmod +x runConfigureICU configure install-sh
./runConfigureICU MacOSX
make
sudo make install
Kommentare
Kommentare werden geladen...