2014-10-11 6 views
0

패키지로 인해 빌드가 실패하기 때문에 heroku에서 프로젝트를 푸시 할 수 없습니다. 누구나이 작업을 도와 줄 수 있습니까? 이것을 작곡가에게 추가하려고했습니다 .json "ext-intl": "*"heroku의 symfony가 푸시시 패키지를 설치하지 못했습니다.

도움을 주셔서 감사합니다!

Pushing to [email protected]:myproject.git 
Initializing repository, done. 

-----> Fetching custom git buildpack... done 
-----> PHP app detected 
-----> Resolved composer.lock requirement for PHP >=5.3.3 to version 5.6.1. 
-----> Installing system packages... 
     - PHP 5.6.1 
     - Apache 2.4.10 
     - Nginx 1.6.0 
-----> Installing PHP extensions... 
     - zend-opcache (automatic; bundled, using 'ext-zend-opcache.ini') 
-----> Installing dependencies... 
     Composer version 73e9db5d9952d52a46ecbc20a269a8c5f9c5b011 2014-10-07 15:03:19 
     Loading composer repositories with package information 
     Installing dependencies from lock file 
     Your requirements could not be resolved to an installable set of packages. 

     Problem 1 
      - Installation request for symfony/icu v1.2.1 -> satisfiable by symfony/icu[v1.2.1]. 
      - symfony/icu v1.2.1 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. 
     Problem 2 
      - symfony/icu v1.2.1 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/symfony v2.4.3 requires symfony/icu ~1.0 -> satisfiable by symfony/icu[v1.2.1]. 
      - Installation request for symfony/symfony v2.4.3 -> satisfiable by symfony/symfony[v2.4.3]. 


!  Push rejected, failed to compile PHP app 

답변

0

배포 할 시스템에 lib-icu 패키지가 누락되었습니다. 이는 매우 일반적인 문제이므로 응용 프로그램이 아닌 서버 계층에서 해결해야합니다.

이 문제를 다루는 전용 페이지가 있습니다 : http://symfony.com/doc/current/components/intl.html

관련 문제