试图用macports安装drush(Drupal Shell)我收到一个错误:
Error: Unable to execute port: Can't install php52 because conflicting ports are installed: php5 php5-gd php5-iconv php5-mbstring
我只能找到一个关于修复此问题的博客( 这里 ):
$ sudo port deactivate php5
$ sudo port install drush
$ sudo port deactivate php52
$ sudo port activate php5
$ sudo pear install Console_Table-1.1.3
$ drush
不过对我来说: sudo port deactivate php5
得到:
Error: port deactivate failed: Please uninstall the ports that depend on php5 first
还有其他想法吗?
...我不想像通过Macports安装的其他东西一样去Homebrew路线。
我相信我需要使用的Drupal版本是6,但是 sudo port install drush +drupal6
返回了与上面相同的冲突。