Skip to content

Instantly share code, notes, and snippets.

@joeljacobson
Created April 25, 2015 20:07
Show Gist options
  • Save joeljacobson/adeafc92b5485e83f501 to your computer and use it in GitHub Desktop.
Save joeljacobson/adeafc92b5485e83f501 to your computer and use it in GitHub Desktop.
docker centOS6.5
I ran into this at work this week (also on RHEL6.5). I believe the lib-device-mapper that you have isn't exporting a symbol ("Base") that Docker needs. I solved this by upgrading lib-device-mapper to version 1.02.90.
You may have to enable the public_ol6_latest repo in order to get this package.
sudo yum-config-manager --enable public_ol6_latest
And then install the package:
sudo yum install device-mapper-event-libs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment