/var/logs/paulooi.log
Menu
  • About Me
  • Contact
  • Privacy Policy
Systems Admin, Web Development and etc
Browse: Home » symfony

Symfony lib-icu 4.4 Error on CentOS

December 22, 2013 · by Paul Ooi · in Application

Having problem to install symfony on CentOS due to the lib-icu 4.4 error. When running “php composer.phar install”, the error below pops up.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
 
 
 
# php composer.phar install
Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file
Your requirements could not be resolved to an installable set of packages.
 
  Problem 1
    - symfony/icu v1.2.0 requires lib-icu >=4.4 -> the requested linked library icu has the wrong version installed or is missing from your system, make sure to have the extension providing it.
    - symfony/icu v1.2.0 requires lib-icu >=4.4 -> the requested linked library icu has the wrong version installed or is missing from your system, make sure to have the extension providing it.
    - Installation request for symfony/icu v1.2.0 -> satisfiable by symfony/icu[v1.2.0].
 
 
 

There is some configuration on “composer.json” need to be changed on “required” tree.

1
2
3
4
5
6
7
8
 
 
 
"symfony/icu": "1.0.0",
"symfony/symfony": "2.3.5",
 
 
 

After that…

Recent Posts

  • How to Rsync from Remote Server to Synology
  • Are you a Programmer and Preparing for an Interview?
  • Sublime Text Editor – Package Control
  • Interesting Services on Fiverr
  • Finally, a new Theme

Recent Comments

  • Mo Beigi on How to Rsync from Remote Server to Synology
  • Finley Hall on How to Flush DNS Cache in Apple Mac OSX Leopard
  • Bob on How to Rsync from Remote Server to Synology
  • DaveQB on Setup Sendmail Smart Relay in FreeBSD
  • takizo on How to Check Paypal Pre-Approved Payment List

Copyright © 2021 /var/logs/paulooi.log

Powered by WordPress and Origin