Closed (works as designed)
Project:
Drush Module Manager
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
20 Aug 2009 at 22:25 UTC
Updated:
11 May 2010 at 08:18 UTC
$ drush enable drush_mm
Module drush_mm cannot be enabled because it depends on the following modules which could not be found: drush [error]
There were no modules that could be enabled. [ok]
An error occurred at function : drush_pm_enable [error]
I have drush sitting at /usr/bin/drush, and I tried putting a symbolic link to it in my modules directory.
admin->build->modules shows Depends on: Drush (missing).
Not sure if this is drush_mm's fault, or if I just don't have drush configured correctly. For the record, it works great in my 6.x site on the same server.
Comments
Comment #1
clemens.tolboomThis is indeed a problem when using a version agnostic drush. Solving #630216: Version agnostic would help. To solve this particular case you could install the 'old' drush version http://drupal.org/node/341204 and use that drush.
I'm not sure whether I ever touch drush_mm-5.x code. So a 'by design'.