You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On debian unstable, the version 4 geode is installed.
The symptom of the problem
>>>>>> Message: Could not load or activate Berkshelf (Could not open library '/var/lib/gems/2.1.0/gems/dep_selector-1.0.3/lib/dep_gecode.so': /var/lib/gems/2.1.0/gems/dep_selector-1.0.3/lib/dep_gecode.so: undefined symbol: _ZN6Gecode16VarBranchOptions3defE)
chef/dep-selector-libgecode#45 pull request for updated doc. Really the dep selector needs to pick the right version, we might have multiple versions of the dep-selector-libgecode installed, in fact I did.
On debian unstable, the version 4 geode is installed.
The symptom of the problem
The solution :
deb http://ftp.us.debian.org/debian/ wheezy main contrib non-freeroot
apt-get install libgecode-dev=3.7.3-1
It would be great to have some check for the version in the code.
The text was updated successfully, but these errors were encountered: