The drivers use base classes from the main library and if they don't match, there will be runtime linker errors among other problems as C++ is not tolerant to changes in class members. So the drivers need to be compiled against the same version of INDI as in the system. If you want to stay with stable release, you could recompile the new drivers you need against those libraries and they should work.

Read More...