0

以下の手順に従って Doctrine を Linux 端末にインストールしました。助けてください。どこが間違っているのでしょうか? ..........

 1. sudo apt-get install php-pear////
 2. pear channel-discover pear.doctrine-project.org////
3.pear install doctrine/DoctrineORM-2.3.2(Unknown remote channel: pear.symfony.com
Unknown remote channel: pear.symfony.com
Unknown remote channel: pear.symfony.com
doctrine/DoctrineORM requires package "channel://pear.symfony.com/Console" (version >= 2.0.0)
doctrine/DoctrineORM requires package "channel://pear.symfony.com/Yaml" (version >= 2.0.0)
doctrine/DoctrineDBAL requires package "channel://pear.symfony.com/Console" (version >= 2.0.0)
downloading DoctrineCommon-2.3.0.tgz ...
Starting to download DoctrineCommon-2.3.0.tgz (59,473 bytes)
..............done: 59,473 bytes
install ok: channel://pear.doctrine-project.org/DoctrineCommon-2.3.0)////************
4./tmp# cd DoctrineORM-2.3.2(bash: cd: DoctrineORM-2.3.2: No such file or directory)////
4

1 に答える 1

0

symfony チャンネルも発見する必要があります:

$ pear channel-discover pear.symfony.com
于 2013-03-12T07:25:15.447 に答える