Symfony - intl ICU version installed on your system is outdated como actualizar intl en php5

 
Vista:

intl ICU version installed on your system is outdated como actualizar intl en php5

Publicado por E-rick (1 intervención) el 28/04/2018 12:22:58
Buenas.
Estoy aprendiendo a programar en symfony.
Soy programador pero hace 15 años que no hago nada asi que se pueden imaginar mis lagunas.

He instalado symfony , cuando llego a la pagina: Configuration Checker me salta esta Recomendacion.

RECOMMENDATIONS

intl ICU version installed on your system is outdated (52.1) and does not match the ICU data bundled with Symfony (57.1)
To get the latest internationalization data upgrade the ICU system package and the intl PHP extension.

Así que: ¿como actualizo intl? o ¿Como me salto esta recomendacion? porque solo quiero bichear, me da igual que que la paginas que haga de momento tengan algunos errores.

He probado:
RUN curl -sS -o /tmp/icu.tar.gz -L http://download.icu-project.org/files/icu4c/57.1/icu4c-57_1-src.tgz && tar -zxf /tmp/icu.tar.gz -C /tmp && cd /tmp/icu/source && ./configure --prefix=/usr/local && make && make install
un poco a lo loco sin parare en ver que hacia, cortado y pegado de un foro.

me da este error:configure: error: C++ compiler g++ does not work or no compiler found

Muchas gracias.
Valora esta pregunta
Me gusta: Está pregunta es útil y esta claraNo me gusta: Está pregunta no esta clara o no es útil
0
Responder