libelektra: gitresolver.so: undefined symbol: git_libgit2_shutdown
On debian wheezy libgit2 seems to not have the symbol git_libgit2_shutdown
http://community.markus-raab.org:8080/job/elektra-gcc47-all/lastFailedBuild/consoleFull
libelektra-gitresolver.so: undefined symbol: git_libgit2_shutdown
Is there a easy fix (e.g. not doing a shutdown when libgit2 is old), or should we enforce some minimal libgit2 to be present?
About this issue
- Original URL
- State: closed
- Created 8 years ago
- Comments: 18 (14 by maintainers)
I had shifted to building a static lib instead of a shared one because of my project requirements so this bug couldn’t possibly appear in a setup like this
Oh thanks I will try building with a newer version. If this persists then I will start a new issue thread with more info