Fresh D7 install. Flexslider can't be installed with Libraries 2.1 installed.

The flexslider.info file needs to be updated from:

; Dependencies
dependencies[] = libraries (2.x)

To:

; Dependencies
dependencies[] = libraries (>=2.0)
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

jonathan_hunt’s picture

I can confirm this solution.

onegreypaw’s picture

Same issue for me - confirming the .info file tweak works.

minorOffense’s picture

Status: Active » Postponed (maintainer needs more info)

Does this work when you have the dev version of libraries installed?

jamestombs’s picture

Status: Postponed (maintainer needs more info) » Active

Don't have a test setup at the moment but either way you could do the following:

dependencies[] = libraries (>=2.0, 2.x)

Alternatively, this may work:

dependencies[] = libraries (>=2.x)

xurizaemon’s picture

Status: Active » Needs review
FileSize
513 bytes

Re #3, even if Libraries 2.x dev worked today, it's not robust to set a dependency on a moving target - it would require all (23K, nice work!) sites using FlexSlider to be running a dev release. Stable releases should not depend on unstable releases. That's for Jenga!

First suggestion in #4 didn't work, Module flexslider_views_slideshow cannot be enabled because it depends on libraries (>=2.0, 2.x) but 7.x-2.1 is available. However James's second suggestion above does work, so please assign credit to him for this patch.

xurizaemon’s picture

Status: Needs review » Fixed

This had already been fixed in c70867, although it still affects 2.0-alpha1 (patch for that).

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.