![Ubuntu 10.04에 Symfony2를 설치하는 적절한 단계는 무엇입니까?](https://rvso.com/image/1428768/Ubuntu%2010.04%EC%97%90%20Symfony2%EB%A5%BC%20%EC%84%A4%EC%B9%98%ED%95%98%EB%8A%94%20%EC%A0%81%EC%A0%88%ED%95%9C%20%EB%8B%A8%EA%B3%84%EB%8A%94%20%EB%AC%B4%EC%97%87%EC%9E%85%EB%8B%88%EA%B9%8C%3F.png)
이미 LAMP를 설치했는데 Symfony2를 설치할 수 없습니다. 이것이 내가 시도한 것입니다:
php composer.phar create-project symfony/framework-standard-edition /var/www/georgecampean/Symfony '2.5.*'
Installing symfony/framework-standard-edition (v2.5.6)
- Installing symfony/framework-standard-edition (v2.5.6)
Loading from cache
Created project in /var/www/georgecampean/Symfony
Loading composer repositories with package information
Installing dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.
Problem 1
- The requested package php could not be found in any version, there may be a typo in the package name.
Problem 2
- The requested package php could not be found in any version, there may be a typo in the package name.
Problem 3
- Installation request for doctrine/doctrine-bundle ~1.2 -> satisfiable by doctrine/doctrine-bundle[v1.2.0].
- doctrine/doctrine-bundle v1.2.0 requires php >=5.3.2 -> no matching package found.
Problem 4
- doctrine/orm v2.4.6 requires php >=5.3.2 -> no matching package found.
- doctrine/orm v2.4.5 requires php >=5.3.2 -> no matching package found.
- doctrine/orm v2.4.4 requires php >=5.3.2 -> no matching package found.
- doctrine/orm v2.4.3 requires php >=5.3.2 -> no matching package found.
- doctrine/orm v2.4.2 requires php >=5.3.2 -> no matching package found.
- doctrine/orm v2.4.1 requires php >=5.3.2 -> no matching package found.
- doctrine/orm v2.4.0 requires php >=5.3.2 -> no matching package found.
- doctrine/orm v2.3.6 requires php >=5.3.2 -> no matching package found.
- doctrine/orm 2.3.5 requires php >=5.3.2 -> no matching package found.
- doctrine/orm 2.3.4 requires php >=5.3.2 -> no matching package found.
- doctrine/orm 2.3.3 requires php >=5.3.2 -> no matching package found.
- doctrine/orm 2.3.2 requires php >=5.3.2 -> no matching package found.
- doctrine/orm 2.3.1 requires php >=5.3.2 -> no matching package found.
- doctrine/orm 2.3.0 requires php >=5.3.2 -> no matching package found.
- doctrine/orm 2.2.3 requires php >=5.3.2 -> no matching package found.
- Installation request for doctrine/orm ~2.2,>=2.2.3 -> satisfiable by doctrine/orm[2.2.3, 2.3.0, 2.3.1, 2.3.2, 2.3.3, 2.3.4, 2.3.5, v2.3.6, v2.4.0, v2.4.1, v2.4.2, v2.4.3, v2.4.4, v2.4.5, v2.4.6].
Potential causes:
- A typo in the package name
- The package is not available in a stable-enough version according to your minimum-stability setting
see <https://groups.google.com/d/topic/composer-dev/_g3ASeIFlrc/discussion> for more details.
Read <http://getcomposer.org/doc/articles/troubleshooting.md> for further common problems.
답변1
PHP 버전을 확인하세요. Symfony에는 최소 PHP 5.3.3이 필요합니다.http://symfony.com/doc/current/reference/requirements.html