安装Zend框架的问题

时间:2014-01-31 11:12:54

标签: php apache zend-framework ubuntu

当我输入此命令时:

apt-get install zend-framework

我收到此错误:

dpkg: error processing zend-framework (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 php5-common
 php5-cli
 libapache2-mod-php5
 php5-curl
 php5-gd
 php5-intl
 php5-mysql
 php5-pspell
 php5-recode
 php5-snmp
 php5-sqlite
 php5-tidy
 php5-xmlrpc
 php5-xsl
 php-pear
 php5
 libzend-framework-php
 zend-framework-bin
 zend-framework
E: Sub-process /usr/bin/dpkg returned an error code (1)

我已经在我的Ubuntu 12.10上安装了apache2,php5和mysql

1 个答案:

答案 0 :(得分:2)

看起来你错过了依赖关系

我建议使用作曲家。

1)按照此处https://getcomposer.org/download/

的说明安装composer

2)创建composer.json文件http://framework.zend.com/downloads/composer

3)根据上面给出的说明使用composer安装zend