Posted by tim.plunkett on August 20, 2009 at 10:25pm
Jump to:
| Project: | Drush Module Manager |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (works as designed) |
Issue Summary
$ 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
#1
This 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'.