Some changes have been made to the module loading code to make Tablix portable to systems that do not use .so extension for dynamic libraries.
Since release 0.3.4 module names in <module> tags can be written without the .so extension. Tablix kernel will automatically add the proper extension at runtime. To remain backward compatible with problem descriptions written for earlier versions Tablix also still accepts module names written with the .so extension. In that case the .so part will be automaticaly replaced on systems that use a different extension.
It is recommended that new problem descriptions do not use the .so extension with module names.